Class: Peddler::Types::MerchantFulfillmentV0::RejectedShippingServiceList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/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



13
14
15
# File 'lib/peddler/types/merchant_fulfillment_v0/rejected_shipping_service_list.rb', line 13

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