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