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.
414 415 416 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 414 def asin @asin end |
Class Method Details
.[](asin:) ⇒ Peddler::APIs::ProductPricing20220501::Item .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::Item
407 408 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 407
def self.[]: (asin: String) -> Peddler::APIs::ProductPricing20220501::Item
| (String) -> Peddler::APIs::ProductPricing20220501::Item
|
.members ⇒ [ :asin ]
410 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 410
def self.members: () -> [ :asin ]
|
.new(asin:) ⇒ Peddler::APIs::ProductPricing20220501::Item .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::Item
405 406 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 405
def self.new: (asin: String) -> Peddler::APIs::ProductPricing20220501::Item
| (String) -> Peddler::APIs::ProductPricing20220501::Item
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::Item
412 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 412
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::Item
|
Instance Method Details
#members ⇒ [ :asin ]
416 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 416
def members: () -> [ :asin ]
|
#to_h ⇒ { asin: String }
417 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 417
def to_h: () -> { asin: String }
|