Class: Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
- Defined in:
- sig/peddler/reports/selling_partner_search_catalog_performance.rbs
Instance Attribute Summary collapse
-
#data_by_asin ⇒ Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData]
readonly
Returns the value of attribute data_by_asin.
-
#report_specification ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::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::SellingPartnerSearchCatalogPerformance::Report
Instance Method Summary collapse
-
#members ⇒ [ :data_by_asin, :report_specification ]
-
#to_h ⇒ { data_by_asin: Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification }
Instance Attribute Details
#data_by_asin ⇒ Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData] (readonly)
Returns the value of attribute data_by_asin.
14 15 16 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 14 def data_by_asin @data_by_asin end |
#report_specification ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification (readonly)
Returns the value of attribute report_specification.
15 16 17 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 15 def report_specification @report_specification end |
Class Method Details
.[](data_by_asin:, report_specification:) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report .[](arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
7 8 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 7
def self.[]: (data_by_asin: Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
| (Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
|
.members ⇒ [ :data_by_asin, :report_specification ]
10 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 10
def self.members: () -> [ :data_by_asin, :report_specification ]
|
.new(data_by_asin:, report_specification:) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report .new(arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
5 6 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 5
def self.new: (data_by_asin: Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
| (Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
|
.parse ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
12 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::Report
|
Instance Method Details
#members ⇒ [ :data_by_asin, :report_specification ]
17 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 17
def members: () -> [ :data_by_asin, :report_specification ]
|
#to_h ⇒ { data_by_asin: Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification }
18 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 18
def to_h: () -> { data_by_asin: Array[Peddler::Reports::SellingPartnerSearchCatalogPerformance::SearchCatalogPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportSpecification }
|