Class: Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEventList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::FinancesV0::RemovalShipmentAdjustmentEventList
- Defined in:
- lib/peddler/apis/finances_v0/removal_shipment_adjustment_event_list.rb
Overview
A comma-delimited list of Removal shipmentAdjustment details for FBA inventory.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/finances_v0/removal_shipment_adjustment_event_list.rb', line 11 def parse(array) new(array.map { |item| RemovalShipmentAdjustmentEvent.parse(item) }) end |