Class: Peddler::APIs::ShippingV2::RequestedValueAddedServiceList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::ShippingV2::RequestedValueAddedServiceList
- Defined in:
- lib/peddler/apis/shipping_v2/requested_value_added_service_list.rb
Overview
The value-added services to be added to a shipping service purchase.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/shipping_v2/requested_value_added_service_list.rb', line 11 def parse(array) new(array.map { |item| RequestedValueAddedService.parse(item) }) end |