Class: Peddler::APIs::Reports20210630::Report
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Reports20210630::Report
- Defined in:
- sig/peddler/apis/reports_2021_06_30.rbs
Instance Attribute Summary collapse
-
#created_time ⇒ Time
readonly
Returns the value of attribute created_time.
-
#data_end_time ⇒ Time?
readonly
Returns the value of attribute data_end_time.
-
#data_start_time ⇒ Time?
readonly
Returns the value of attribute data_start_time.
-
#marketplace_ids ⇒ Array[String]?
readonly
Returns the value of attribute marketplace_ids.
-
#processing_end_time ⇒ Time?
readonly
Returns the value of attribute processing_end_time.
-
#processing_start_time ⇒ Time?
readonly
Returns the value of attribute processing_start_time.
-
#processing_status ⇒ String
readonly
Returns the value of attribute processing_status.
-
#report_document_id ⇒ String?
readonly
Returns the value of attribute report_document_id.
-
#report_id ⇒ String
readonly
Returns the value of attribute report_id.
-
#report_schedule_id ⇒ String?
readonly
Returns the value of attribute report_schedule_id.
-
#report_type ⇒ String
readonly
Returns the value of attribute report_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :created_time, :processing_status, :report_id, :report_type, :data_end_time, :data_start_time, :marketplace_ids, :processing_end_time, :processing_start_time, :report_document_id, :report_schedule_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Reports20210630::Report
Instance Method Summary collapse
-
#members ⇒ [ :created_time, :processing_status, :report_id, :report_type, :data_end_time, :data_start_time, :marketplace_ids, :processing_end_time, :processing_start_time, :report_document_id, :report_schedule_id ]
-
#to_h ⇒ { created_time: Time, processing_status: String, report_id: String, report_type: String, data_end_time: Time?, data_start_time: Time?, marketplace_ids: Array[String]?, processing_end_time: Time?, processing_start_time: Time?, report_document_id: String?, report_schedule_id: String? }
Instance Attribute Details
#created_time ⇒ Time (readonly)
Returns the value of attribute created_time.
137 138 139 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 137 def created_time @created_time end |
#data_end_time ⇒ Time? (readonly)
Returns the value of attribute data_end_time.
138 139 140 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 138 def data_end_time @data_end_time end |
#data_start_time ⇒ Time? (readonly)
Returns the value of attribute data_start_time.
139 140 141 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 139 def data_start_time @data_start_time end |
#marketplace_ids ⇒ Array[String]? (readonly)
Returns the value of attribute marketplace_ids.
140 141 142 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 140 def marketplace_ids @marketplace_ids end |
#processing_end_time ⇒ Time? (readonly)
Returns the value of attribute processing_end_time.
141 142 143 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 141 def processing_end_time @processing_end_time end |
#processing_start_time ⇒ Time? (readonly)
Returns the value of attribute processing_start_time.
142 143 144 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 142 def processing_start_time @processing_start_time end |
#processing_status ⇒ String (readonly)
Returns the value of attribute processing_status.
143 144 145 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 143 def processing_status @processing_status end |
#report_document_id ⇒ String? (readonly)
Returns the value of attribute report_document_id.
144 145 146 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 144 def report_document_id @report_document_id end |
#report_id ⇒ String (readonly)
Returns the value of attribute report_id.
145 146 147 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 145 def report_id @report_id end |
#report_schedule_id ⇒ String? (readonly)
Returns the value of attribute report_schedule_id.
146 147 148 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 146 def report_schedule_id @report_schedule_id end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
147 148 149 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 147 def report_type @report_type end |
Class Method Details
.[](created_time:, processing_status:, report_id:, report_type:, data_end_time:, data_start_time:, marketplace_ids:, processing_end_time:, processing_start_time:, report_document_id:, report_schedule_id:) ⇒ Peddler::APIs::Reports20210630::Report .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::Reports20210630::Report
130 131 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 130
def self.[]: (created_time: Time, processing_status: String, report_id: String, report_type: String, ?data_end_time: Time?, ?data_start_time: Time?, ?marketplace_ids: Array[String]?, ?processing_end_time: Time?, ?processing_start_time: Time?, ?report_document_id: String?, ?report_schedule_id: String?) -> Peddler::APIs::Reports20210630::Report
| (Time, String, String, String, Time?, Time?, Array[String]?, Time?, Time?, String?, String?) -> Peddler::APIs::Reports20210630::Report
|
.members ⇒ [ :created_time, :processing_status, :report_id, :report_type, :data_end_time, :data_start_time, :marketplace_ids, :processing_end_time, :processing_start_time, :report_document_id, :report_schedule_id ]
133 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 133
def self.members: () -> [ :created_time, :processing_status, :report_id, :report_type, :data_end_time, :data_start_time, :marketplace_ids, :processing_end_time, :processing_start_time, :report_document_id, :report_schedule_id ]
|
.new(created_time:, processing_status:, report_id:, report_type:, data_end_time:, data_start_time:, marketplace_ids:, processing_end_time:, processing_start_time:, report_document_id:, report_schedule_id:) ⇒ Peddler::APIs::Reports20210630::Report .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) ⇒ Peddler::APIs::Reports20210630::Report
128 129 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 128
def self.new: (created_time: Time, processing_status: String, report_id: String, report_type: String, ?data_end_time: Time?, ?data_start_time: Time?, ?marketplace_ids: Array[String]?, ?processing_end_time: Time?, ?processing_start_time: Time?, ?report_document_id: String?, ?report_schedule_id: String?) -> Peddler::APIs::Reports20210630::Report
| (Time, String, String, String, Time?, Time?, Array[String]?, Time?, Time?, String?, String?) -> Peddler::APIs::Reports20210630::Report
|
.parse ⇒ Peddler::APIs::Reports20210630::Report
135 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 135
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Reports20210630::Report
|
Instance Method Details
#members ⇒ [ :created_time, :processing_status, :report_id, :report_type, :data_end_time, :data_start_time, :marketplace_ids, :processing_end_time, :processing_start_time, :report_document_id, :report_schedule_id ]
149 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 149
def members: () -> [ :created_time, :processing_status, :report_id, :report_type, :data_end_time, :data_start_time, :marketplace_ids, :processing_end_time, :processing_start_time, :report_document_id, :report_schedule_id ]
|
#to_h ⇒ { created_time: Time, processing_status: String, report_id: String, report_type: String, data_end_time: Time?, data_start_time: Time?, marketplace_ids: Array[String]?, processing_end_time: Time?, processing_start_time: Time?, report_document_id: String?, report_schedule_id: String? }
150 |
# File 'sig/peddler/apis/reports_2021_06_30.rbs', line 150
def to_h: () -> { created_time: Time, processing_status: String, report_id: String, report_type: String, data_end_time: Time?, data_start_time: Time?, marketplace_ids: Array[String]?, processing_end_time: Time?, processing_start_time: Time?, report_document_id: String?, report_schedule_id: String? }
|