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