Class: Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#item_condition ⇒ String
readonly
Returns the value of attribute item_condition.
-
#offer_type ⇒ String
readonly
Returns the value of attribute offer_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :item_condition, :offer_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
Instance Method Summary collapse
Instance Attribute Details
#item_condition ⇒ String (readonly)
Returns the value of attribute item_condition.
464 465 466 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 464 def item_condition @item_condition end |
#offer_type ⇒ String (readonly)
Returns the value of attribute offer_type.
465 466 467 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 465 def offer_type @offer_type end |
Class Method Details
.[](item_condition:, offer_type:) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput .[](arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
457 458 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 457
def self.[]: (item_condition: String, offer_type: String) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
| (String, String) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
|
.members ⇒ [ :item_condition, :offer_type ]
460 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 460
def self.members: () -> [ :item_condition, :offer_type ]
|
.new(item_condition:, offer_type:) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput .new(arg0, arg1) ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
455 456 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 455
def self.new: (item_condition: String, offer_type: String) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
| (String, String) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
462 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 462
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::LowestPricedOffersInput
|
Instance Method Details
#members ⇒ [ :item_condition, :offer_type ]
467 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 467
def members: () -> [ :item_condition, :offer_type ]
|
#to_h ⇒ { item_condition: String, offer_type: String }
468 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 468
def to_h: () -> { item_condition: String, offer_type: String }
|