Class: Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions
- Inherits:
-
Data
- Object
- Data
- Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions
- Defined in:
- sig/peddler/reports/selling_partner_search_catalog_performance.rbs
Instance Attribute Summary collapse
-
#asins ⇒ String?
readonly
Returns the value of attribute asins.
-
#report_period ⇒ String
readonly
Returns the value of attribute report_period.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :report_period, :asins ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions
Instance Method Summary collapse
Instance Attribute Details
#asins ⇒ String? (readonly)
Returns the value of attribute asins.
31 32 33 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 31 def asins @asins end |
#report_period ⇒ String (readonly)
Returns the value of attribute report_period.
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
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 ]
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
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
|
.parse ⇒ Peddler::Reports::SellingPartnerSearchCatalogPerformance::ReportOptions
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 ]
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? }
35 |
# File 'sig/peddler/reports/selling_partner_search_catalog_performance.rbs', line 35
def to_h: () -> { report_period: String, asins: String? }
|