Class: Peddler::APIs::ExternalFulfillmentInventory20240911::BatchInventoryResponseList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ExternalFulfillmentInventory20240911::BatchInventoryResponseList
- Defined in:
- lib/peddler/apis/external_fulfillment_inventory_2024_09_11/batch_inventory_response_list.rb
Overview
A list of inventory request responses.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/external_fulfillment_inventory_2024_09_11/batch_inventory_response_list.rb', line 11 def parse(array) new(array.map { |item| InventoryResponse.parse(item) }) end |