Class: Peddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/product_pricing_2022_05_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#responsesArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }