Class: Peddler::APIs::ProductPricingV0::GetListingOffersBatchResponse

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::ListingOffersResponse]? (readonly)

Returns the value of attribute responses.



273
274
275
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 273

def responses
  @responses
end

Class Method Details

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



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

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

.members[ :responses ]

Returns:

  • ([ :responses ])


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

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

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



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

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

.parsePeddler::APIs::ProductPricingV0::GetListingOffersBatchResponse

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :responses ]

Returns:

  • ([ :responses ])


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

def members: () -> [ :responses ]

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

Returns:



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

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