Class: Peddler::APIs::FinancesV0::AdjustmentItemList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/finances_v0/adjustment_item_list.rb

Overview

A list of information about items in an adjustment to the seller's account.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/finances_v0/adjustment_item_list.rb', line 11

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