Class: Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#seller_id ⇒ String
readonly
Returns the value of attribute seller_id.
-
#seller_sku ⇒ String
readonly
Returns the value of attribute seller_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :seller_id, :seller_sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_id, :seller_id, :seller_sku ]
-
#to_h ⇒ { marketplace_id: String, seller_id: String, seller_sku: String }
Instance Attribute Details
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
847 848 849 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 847 def marketplace_id @marketplace_id end |
#seller_id ⇒ String (readonly)
Returns the value of attribute seller_id.
848 849 850 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 848 def seller_id @seller_id end |
#seller_sku ⇒ String (readonly)
Returns the value of attribute seller_sku.
849 850 851 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 849 def seller_sku @seller_sku end |
Class Method Details
.[](marketplace_id:, seller_id:, seller_sku:) ⇒ Peddler::APIs::ProductPricingV0::SellerSKUIdentifier .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
840 841 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 840
def self.[]: (marketplace_id: String, seller_id: String, seller_sku: String) -> Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
| (String, String, String) -> Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
|
.members ⇒ [ :marketplace_id, :seller_id, :seller_sku ]
843 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 843
def self.members: () -> [ :marketplace_id, :seller_id, :seller_sku ]
|
.new(marketplace_id:, seller_id:, seller_sku:) ⇒ Peddler::APIs::ProductPricingV0::SellerSKUIdentifier .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
838 839 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 838
def self.new: (marketplace_id: String, seller_id: String, seller_sku: String) -> Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
| (String, String, String) -> Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
|
.parse ⇒ Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
845 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 845
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::SellerSKUIdentifier
|
Instance Method Details
#members ⇒ [ :marketplace_id, :seller_id, :seller_sku ]
851 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 851
def members: () -> [ :marketplace_id, :seller_id, :seller_sku ]
|
#to_h ⇒ { marketplace_id: String, seller_id: String, seller_sku: String }
852 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 852
def to_h: () -> { marketplace_id: String, seller_id: String, seller_sku: String }
|