Class: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#asinsString? (readonly)

Returns the value of attribute asins.

Returns:

  • (String, nil)


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

def asins
  @asins
end

#report_periodString (readonly)

Returns the value of attribute report_period.

Returns:

  • (String)


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

def report_period
  @report_period
end

Class Method Details

.[](report_period:, asins:) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions .[](arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions

Overloads:



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

def self.[]: (report_period: String, ?asins: String?) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions
| (String, String?) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions

.members[ :report_period, :asins ]

Returns:

  • ([ :report_period, :asins ])


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

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

.new(report_period:, asins:) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions .new(arg0, arg1) ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions

Overloads:



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

def self.new: (report_period: String, ?asins: String?) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions
| (String, String?) -> Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions

.parsePeddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :report_period, :asins ]

Returns:

  • ([ :report_period, :asins ])


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

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

#to_h{ report_period: String, asins: String? }

Returns:

  • ({ report_period: String, asins: String? })


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

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