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