Class: Peddler::APIs::MerchantFulfillmentV0::RejectedShippingServiceList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/merchant_fulfillment_v0/rejected_shipping_service_list.rb

Overview

List of services that are for some reason unavailable for this request

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/merchant_fulfillment_v0/rejected_shipping_service_list.rb', line 11

def parse(array)
  new(array.map { |item| RejectedShippingService.parse(item) })
end