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.



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 ]

Returns:

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

.parsePeddler::APIs::ProductPricing20220501::GetFeaturedOfferExpectedPriceBatchResponse

Parameters:

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

Returns:



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 ]

Returns:

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