Class: Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#responsesArray[Peddler::APIs::ProductPricingV0::ItemOffersResponse]? (readonly)

Returns the value of attribute responses.



241
242
243
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 241

def responses
  @responses
end

Class Method Details

.[](responses:) ⇒ Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse .[](arg0) ⇒ Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse



234
235
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 234

def self.[]: (?responses: Array[Peddler::APIs::ProductPricingV0::ItemOffersResponse]?) -> Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse
| (Array[Peddler::APIs::ProductPricingV0::ItemOffersResponse]?) -> Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse

.members[ :responses ]

Returns:

  • ([ :responses ])


237
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 237

def self.members: () -> [ :responses ]

.new(responses:) ⇒ Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse .new(arg0) ⇒ Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse



232
233
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 232

def self.new: (?responses: Array[Peddler::APIs::ProductPricingV0::ItemOffersResponse]?) -> Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse
| (Array[Peddler::APIs::ProductPricingV0::ItemOffersResponse]?) -> Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse

.parsePeddler::APIs::ProductPricingV0::GetItemOffersBatchResponse

Parameters:

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

Returns:



239
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 239

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ProductPricingV0::GetItemOffersBatchResponse

Instance Method Details

#members[ :responses ]

Returns:

  • ([ :responses ])


243
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 243

def members: () -> [ :responses ]

#to_h{ responses: Array[Peddler::APIs::ProductPricingV0::ItemOffersResponse]? }

Returns:



244
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 244

def to_h: () -> { responses: Array[Peddler::APIs::ProductPricingV0::ItemOffersResponse]? }