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.
398 399 400 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 398 def responses @responses end |
Class Method Details
.[](responses:) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse .[](arg0) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
391 392 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 391
def self.[]: (?responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
| (Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]?) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
|
.members ⇒ [ :responses ]
394 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 394
def self.members: () -> [ :responses ]
|
.new(responses:) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse .new(arg0) ⇒ Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
389 390 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 389
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
396 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 396
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse
|
Instance Method Details
#members ⇒ [ :responses ]
400 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 400
def members: () -> [ :responses ]
|
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]? }
401 |
# File 'sig/peddler/apis/product_pricing_2022_05_01.rbs', line 401
def to_h: () -> { responses: Array[Peddler::APIs::ProductPricing20220501::FeaturedOfferExpectedPriceResponse]? }
|