Class: Peddler::Types::ShippingV2::CarrierAccountAttributes
- Inherits:
-
Array
- Object
- Array
- Peddler::Types::ShippingV2::CarrierAccountAttributes
- Defined in:
- lib/peddler/types/shipping_v2/carrier_account_attributes.rb
Overview
A list of all attributes required by the carrier in order to successfully link the merchant’s account
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ Object
13 14 15 |
# File 'lib/peddler/types/shipping_v2/carrier_account_attributes.rb', line 13 def parse(array) new(array.map { |item| CarrierAccountAttribute.parse(item) }) end |