Class: Peddler::APIs::MerchantFulfillmentV0::TermsAndConditionsNotAcceptedCarrierList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::MerchantFulfillmentV0::TermsAndConditionsNotAcceptedCarrierList
- Defined in:
- lib/peddler/apis/merchant_fulfillment_v0/terms_and_conditions_not_accepted_carrier_list.rb
Overview
List of carriers whose terms and conditions were not accepted by the seller.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
11 12 13 |
# File 'lib/peddler/apis/merchant_fulfillment_v0/terms_and_conditions_not_accepted_carrier_list.rb', line 11 def parse(array) new(array.map { |item| TermsAndConditionsNotAcceptedCarrier.parse(item) }) end |