Class: Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions

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

#asinString (readonly)

Returns the value of attribute asin.

Returns:

  • (String)


31
32
33
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 31

def asin
  @asin
end

#report_periodString (readonly)

Returns the value of attribute report_period.

Returns:

  • (String)


32
33
34
# File 'sig/peddler/reports/selling_partner_search_query_performance.rbs', line 32

def report_period
  @report_period
end

Class Method Details

.[](asin:, report_period:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions .[](arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions



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

def self.[]: (asin: String, report_period: String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions
| (String, String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions

.members[ :asin, :report_period ]

Returns:

  • ([ :asin, :report_period ])


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

def self.members: () -> [ :asin, :report_period ]

.new(asin:, report_period:) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions .new(arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions



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

def self.new: (asin: String, report_period: String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions
| (String, String) -> Peddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions

.parsePeddler::Reports::SellingPartnerSearchQueryPerformance::ReportOptions

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :asin, :report_period ]

Returns:

  • ([ :asin, :report_period ])


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

def members: () -> [ :asin, :report_period ]

#to_h{ asin: String, report_period: String }

Returns:

  • ({ asin: String, report_period: String })


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

def to_h: () -> { asin: String, report_period: String }