Class: Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
- Defined in:
- sig/peddler/apis/product_pricing_2022_05_01.rbs
Instance Attribute Summary collapse
-
#responses ⇒ Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?
readonly
Returns the value of attribute responses.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :responses ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
Instance Method Summary collapse
-
#members ⇒ [ :responses ]
-
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]? }
Instance Attribute Details
#responses ⇒ Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]? (readonly)
Returns the value of attribute responses.
381 382 383 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 381 def responses @responses end |
Class Method Details
.[](responses:) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
374 375 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 374
def self.[]: (?responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
|
.members ⇒ [ :responses ]
377 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 377
def self.members: () -> [ :responses ]
|
.new(responses:) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
372 373 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 372
def self.new: (?responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
|
.parse ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
379 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 379
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
|
Instance Method Details
#members ⇒ [ :responses ]
383 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 383
def members: () -> [ :responses ]
|
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]? }
384 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 384
def to_h: () -> { responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]? }
|