Class: Peddler::APIs::ProductPricingV0::GetListingOffersBatchResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ProductPricingV0::GetListingOffersBatchResponse
- Defined in:
- sig/peddler/apis/product_pricing_v0.rbs
Instance Attribute Summary collapse
-
#responses ⇒ Array[Peddler::APIs::ProductPricingV0::ListingOffersResponse]?
readonly
Returns the value of attribute responses.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :responses ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ProductPricingV0::GetListingOffersBatchResponse
Instance Method Summary collapse
-
#members ⇒ [ :responses ]
-
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricingV0::ListingOffersResponse]? }
Instance Attribute Details
#responses ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::ProductPricingV0::GetListingOffersBatchResponse
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 ]
275 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 275
def members: () -> [ :responses ]
|
#to_h ⇒ { responses: Array[Peddler::APIs::ProductPricingV0::ListingOffersResponse]? }
276 |
# File 'sig/peddler/apis/product_pricing_v0.rbs', line 276
def to_h: () -> { responses: Array[Peddler::APIs::ProductPricingV0::ListingOffersResponse]? }
|