Class: Peddler::APIs::MerchantFulfillmentV0::ShippingServiceList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::MerchantFulfillmentV0::ShippingServiceList
- Defined in:
- lib/peddler/apis/merchant_fulfillment_v0/shipping_service_list.rb
Overview
A list of shipping services offers.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/merchant_fulfillment_v0/shipping_service_list.rb', line 11 def parse(array) new(array.map { |item| ShippingService.parse(item) }) end |