Class: Peddler::Types::FinancesV0::TaxWithholdingEventList
- Inherits:
-
Array
- Object
- Array
- Peddler::Types::FinancesV0::TaxWithholdingEventList
- Defined in:
- lib/peddler/types/finances_v0/tax_withholding_event_list.rb
Overview
A list of ‘TaxWithholding` events.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
13 14 15 |
# File 'lib/peddler/types/finances_v0/tax_withholding_event_list.rb', line 13 def parse(array) new(array.map { |item| TaxWithholdingEvent.parse(item) }) end |