Class: Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#segment ⇒ Peddler::APIs::ProductPricing20220501::Segment?
readonly
Returns the value of attribute segment.
-
#sku ⇒ String
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :sku, :segment ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_id, :sku, :segment ]
-
#to_h ⇒ { marketplace_id: String, sku: String, segment: Peddler::APIs::ProductPricing20220501::Segment? }
Instance Attribute Details
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
283 284 285 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 283 def marketplace_id @marketplace_id end |
#segment ⇒ Peddler::APIs::ProductPricing20220501::Segment? (readonly)
Returns the value of attribute segment.
284 285 286 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 284 def segment @segment end |
#sku ⇒ String (readonly)
Returns the value of attribute sku.
285 286 287 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 285 def sku @sku end |
Class Method Details
.[](marketplace_id:, sku:, segment:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
276 277 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 276
def self.[]: (marketplace_id: String, sku: String, ?segment: Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
| (String, String, Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
|
.members ⇒ [ :marketplace_id, :sku, :segment ]
279 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 279
def self.members: () -> [ :marketplace_id, :sku, :segment ]
|
.new(marketplace_id:, sku:, segment:) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
274 275 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 274
def self.new: (marketplace_id: String, sku: String, ?segment: Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
| (String, String, Peddler::APIs::ProductPricing20220501::Segment?) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
281 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 281
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceRequestParams
|
Instance Method Details
#members ⇒ [ :marketplace_id, :sku, :segment ]
287 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 287
def members: () -> [ :marketplace_id, :sku, :segment ]
|
#to_h ⇒ { marketplace_id: String, sku: String, segment: Peddler::APIs::ProductPricing20220501::Segment? }
288 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 288
def to_h: () -> { marketplace_id: String, sku: String, segment: Peddler::APIs::ProductPricing20220501::Segment? }
|