Class: Peddler::APIs::ExternalFulfillmentInventory20240911::BatchInventoryRequestList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/external_fulfillment_inventory_2024_09_11/batch_inventory_request_list.rb

Overview

A list of inventory requests.

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_request_list.rb', line 11

def parse(array)
  new(array.map { |item| InventoryRequest.parse(item) })
end