Class: Peddler::APIs::FulfillmentInboundV0::InboundShipmentList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::FulfillmentInboundV0::InboundShipmentList
- Defined in:
- lib/peddler/apis/fulfillment_inbound_v0/inbound_shipment_list.rb
Overview
A list of inbound shipment information.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/fulfillment_inbound_v0/inbound_shipment_list.rb', line 11 def parse(array) new(array.map { |item| InboundShipmentInfo.parse(item) }) end |