Class: Peddler::APIs::ShippingV2::SupportedDocumentSpecificationList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ShippingV2::SupportedDocumentSpecificationList
- Defined in:
- lib/peddler/apis/shipping_v2/supported_document_specification_list.rb
Overview
A list of the document specifications supported for a shipment service offering.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/shipping_v2/supported_document_specification_list.rb', line 11 def parse(array) new(array.map { |item| SupportedDocumentSpecification.parse(item) }) end |