Class: Peddler::Reports::SellingPartnerSearchQueryPerformance::Report

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/reports/selling_partner_search_query_performance.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#data_by_asinArray[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData] (readonly)

Returns the value of attribute data_by_asin.



14
15
16
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 14

def data_by_asin
  @data_by_asin
end

#report_specificationPeddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification (readonly)

Returns the value of attribute report_specification.



15
16
17
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 15

def report_specification
  @report_specification
end

Class Method Details

.[](data_by_asin:, report_specification:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::Report .[](arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::Report



7
8
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 7

def self.[]: (data_by_asin: Array[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::Report
| (Array[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData], Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::Report

.members[ :data_by_asin, :report_specification ]

Returns:

  • ([ :data_by_asin, :report_specification ])


10
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 10

def self.members: () -> [ :data_by_asin, :report_specification ]

.new(data_by_asin:, report_specification:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::Report .new(arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::Report



5
6
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 5

def self.new: (data_by_asin: Array[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::Report
| (Array[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData], Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::Report

.parsePeddler::Reports::SellingPartnerSearchQueryPerformance::Report

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



12
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 12

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::Report

Instance Method Details

#members[ :data_by_asin, :report_specification ]

Returns:

  • ([ :data_by_asin, :report_specification ])


17
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 17

def members: () -> [ :data_by_asin, :report_specification ]

#to_h{ data_by_asin: Array[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification }



18
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 18

def to_h: () -> { data_by_asin: Array[Peddler::Reports::SellingPartnerSearchQueryPerformance::SearchQueryPerformanceData], report_specification: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportSpecification }