Class: Peddler::APIs::ProductPricing20220501::Item
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::Item
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::Item
Instance Method Summary collapse
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
431 432 433 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 431 def asin @asin end |
Class Method Details
.[](asin:) ⇒ Peddler::APIs::ProductPricing20220501::Item .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::Item
424 425 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 424
def self.[]: (asin: String) -> Peddler::APIs::ProductPricing20220501::Item
| (String) -> Peddler::APIs::ProductPricing20220501::Item
|
.members ⇒ [ :asin ]
427 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 427
def self.members: () -> [ :asin ]
|
.new(asin:) ⇒ Peddler::APIs::ProductPricing20220501::Item .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::Item
422 423 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 422
def self.new: (asin: String) -> Peddler::APIs::ProductPricing20220501::Item
| (String) -> Peddler::APIs::ProductPricing20220501::Item
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::Item
429 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 429
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::Item
|
Instance Method Details
#members ⇒ [ :asin ]
433 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 433
def members: () -> [ :asin ]
|
#to_h ⇒ { asin: String }
434 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 434
def to_h: () -> { asin: String }
|