Class: Peddler::APIs::ShippingV2::CollectionFormsHistoryRecordList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ShippingV2::CollectionFormsHistoryRecordList
- Defined in:
- lib/peddler/apis/shipping_v2/collection_forms_history_record_list.rb
Overview
A list of CollectionFormsHistoryRecord
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/shipping_v2/collection_forms_history_record_list.rb', line 11 def parse(array) new(array.map { |item| CollectionFormsHistoryRecord.parse(item) }) end |