Class: Peddler::APIs::ProductPricing20220501::OfferIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::OfferIdentifier
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#fulfillment_type ⇒ String?
readonly
Returns the value of attribute fulfillment_type.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#seller_id ⇒ String?
readonly
Returns the value of attribute seller_id.
-
#sku ⇒ String?
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier
Instance Method Summary collapse
-
#members ⇒ [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
-
#to_h ⇒ { asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
487 488 489 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 487 def asin @asin end |
#fulfillment_type ⇒ String? (readonly)
Returns the value of attribute fulfillment_type.
488 489 490 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 488 def fulfillment_type @fulfillment_type end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
489 490 491 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 489 def marketplace_id @marketplace_id end |
#seller_id ⇒ String? (readonly)
Returns the value of attribute seller_id.
490 491 492 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 490 def seller_id @seller_id end |
#sku ⇒ String? (readonly)
Returns the value of attribute sku.
491 492 493 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 491 def sku @sku end |
Class Method Details
.[](asin:, marketplace_id:, fulfillment_type:, seller_id:, sku:) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier
480 481 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 480
def self.[]: (asin: String, marketplace_id: String, ?fulfillment_type: String?, ?seller_id: String?, ?sku: String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
| (String, String, String?, String?, String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
|
.members ⇒ [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
483 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 483
def self.members: () -> [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
|
.new(asin:, marketplace_id:, fulfillment_type:, seller_id:, sku:) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier
478 479 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 478
def self.new: (asin: String, marketplace_id: String, ?fulfillment_type: String?, ?seller_id: String?, ?sku: String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
| (String, String, String?, String?, String?) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::OfferIdentifier
485 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 485
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
|
Instance Method Details
#members ⇒ [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
493 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 493
def members: () -> [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
|
#to_h ⇒ { asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? }
494 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 494
def to_h: () -> { asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? }
|