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.
505 506 507 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 505 def asin @asin end |
#fulfillment_type ⇒ String? (readonly)
Returns the value of attribute fulfillment_type.
506 507 508 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 506 def fulfillment_type @fulfillment_type end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
507 508 509 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 507 def marketplace_id @marketplace_id end |
#seller_id ⇒ String? (readonly)
Returns the value of attribute seller_id.
508 509 510 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 508 def seller_id @seller_id end |
#sku ⇒ String? (readonly)
Returns the value of attribute sku.
509 510 511 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 509 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
498 499 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 498
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 ]
501 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 501
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
496 497 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 496
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
503 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 503
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::OfferIdentifier
|
Instance Method Details
#members ⇒ [ :asin, :marketplace_id, :fulfillment_type, :seller_id, :sku ]
511 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 511
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? }
512 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 512
def to_h: () -> { asin: String, marketplace_id: String, fulfillment_type: String?, seller_id: String?, sku: String? }
|