Class: Peddler::Reports::VendorRealTimeSales::ReportSpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::VendorRealTimeSales::ReportSpecification
- Defined in:
- sig/peddler/reports/vendor_real_time_sales.rbs
Instance Attribute Summary collapse
-
#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.
-
#report_options ⇒ Peddler::Reports::VendorRealTimeSales::ReportOptions
readonly
Returns the value of attribute report_options.
-
#report_type ⇒ String
readonly
Returns the value of attribute report_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::VendorRealTimeSales::ReportSpecification
Instance Method Summary collapse
-
#members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
-
#to_h ⇒ { data_end_time: Time, data_start_time: Time, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorRealTimeSales::ReportOptions, report_type: String }
Instance Attribute Details
#data_end_time ⇒ Time (readonly)
Returns the value of attribute data_end_time.
67 68 69 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 67 def data_end_time @data_end_time end |
#data_start_time ⇒ Time (readonly)
Returns the value of attribute data_start_time.
68 69 70 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 68 def data_start_time @data_start_time end |
#marketplace_ids ⇒ Array[String] (readonly)
Returns the value of attribute marketplace_ids.
69 70 71 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 69 def marketplace_ids @marketplace_ids end |
#report_options ⇒ Peddler::Reports::VendorRealTimeSales::ReportOptions (readonly)
Returns the value of attribute report_options.
70 71 72 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 70 def @report_options end |
#report_type ⇒ String (readonly)
Returns the value of attribute report_type.
71 72 73 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 71 def report_type @report_type end |
Class Method Details
.[](data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::VendorRealTimeSales::ReportSpecification .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::VendorRealTimeSales::ReportSpecification
60 61 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 60
def self.[]: (data_end_time: Time, data_start_time: Time, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorRealTimeSales::ReportOptions, report_type: String) -> Peddler::Reports::VendorRealTimeSales::ReportSpecification
| (Time, Time, Array[String], Peddler::Reports::VendorRealTimeSales::ReportOptions, String) -> Peddler::Reports::VendorRealTimeSales::ReportSpecification
|
.members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
63 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 63
def self.members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
|
.new(data_end_time:, data_start_time:, marketplace_ids:, report_options:, report_type:) ⇒ Peddler::Reports::VendorRealTimeSales::ReportSpecification .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::Reports::VendorRealTimeSales::ReportSpecification
58 59 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 58
def self.new: (data_end_time: Time, data_start_time: Time, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorRealTimeSales::ReportOptions, report_type: String) -> Peddler::Reports::VendorRealTimeSales::ReportSpecification
| (Time, Time, Array[String], Peddler::Reports::VendorRealTimeSales::ReportOptions, String) -> Peddler::Reports::VendorRealTimeSales::ReportSpecification
|
.parse ⇒ Peddler::Reports::VendorRealTimeSales::ReportSpecification
65 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 65
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::VendorRealTimeSales::ReportSpecification
|
Instance Method Details
#members ⇒ [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
73 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 73
def members: () -> [ :data_end_time, :data_start_time, :marketplace_ids, :report_options, :report_type ]
|
#to_h ⇒ { data_end_time: Time, data_start_time: Time, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorRealTimeSales::ReportOptions, report_type: String }
74 |
# File 'sig/peddler/reports/vendor_real_time_sales.rbs', line 74
def to_h: () -> { data_end_time: Time, data_start_time: Time, marketplace_ids: Array[String], report_options: Peddler::Reports::VendorRealTimeSales::ReportOptions, report_type: String }
|