Class: Peddler::Reports::SellingPartnerRepeatPurchase::Report
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerRepeatPurchase::Report
- Defined in:
- sig/peddler/reports/selling_partner_repeat_purchase.rbs
Instance Attribute Summary collapse
-
#data_by_asin ⇒ Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN]
readonly
Returns the value of attribute data_by_asin.
-
#report_specification ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification
readonly
Returns the value of attribute report_specification.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :data_by_asin, :report_specification ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::Report
Instance Method Summary collapse
-
#members ⇒ [ :data_by_asin, :report_specification ]
-
#to_h ⇒ { data_by_asin: Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], report_specification: Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification }
Instance Attribute Details
#data_by_asin ⇒ Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN] (readonly)
Returns the value of attribute data_by_asin.
37 38 39 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 37 def data_by_asin @data_by_asin end |
#report_specification ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification (readonly)
Returns the value of attribute report_specification.
38 39 40 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 38 def report_specification @report_specification end |
Class Method Details
.[](data_by_asin:, report_specification:) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::Report .[](arg0, arg1) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::Report
30 31 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 30
def self.[]: (data_by_asin: Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], report_specification: Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification) -> Peddler::Reports::SellingPartnerRepeatPurchase::Report
| (Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification) -> Peddler::Reports::SellingPartnerRepeatPurchase::Report
|
.members ⇒ [ :data_by_asin, :report_specification ]
33 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 33
def self.members: () -> [ :data_by_asin, :report_specification ]
|
.new(data_by_asin:, report_specification:) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::Report .new(arg0, arg1) ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::Report
28 29 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 28
def self.new: (data_by_asin: Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], report_specification: Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification) -> Peddler::Reports::SellingPartnerRepeatPurchase::Report
| (Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification) -> Peddler::Reports::SellingPartnerRepeatPurchase::Report
|
.parse ⇒ Peddler::Reports::SellingPartnerRepeatPurchase::Report
35 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 35
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerRepeatPurchase::Report
|
Instance Method Details
#members ⇒ [ :data_by_asin, :report_specification ]
40 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 40
def members: () -> [ :data_by_asin, :report_specification ]
|
#to_h ⇒ { data_by_asin: Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], report_specification: Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification }
41 |
# File 'sig/peddler/reports/selling_partner_repeat_purchase.rbs', line 41
def to_h: () -> { data_by_asin: Array[Peddler::Reports::SellingPartnerRepeatPurchase::DataByASIN], report_specification: Peddler::Reports::SellingPartnerRepeatPurchase::ReportSpecification }
|