Class: Peddler::APIs::MerchantFulfillmentV0::LabelFormatList
- Inherits:
-
Array
- Object
- Array
- Peddler::APIs::MerchantFulfillmentV0::LabelFormatList
- Defined in:
- lib/peddler/apis/merchant_fulfillment_v0/label_format_list.rb,
sig/peddler/apis/merchant_fulfillment_v0.rbs
Overview
List of label formats.
Class Method Summary collapse
Class Method Details
.parse(array) ⇒ LabelFormatList
11 12 13 |
# File 'lib/peddler/apis/merchant_fulfillment_v0/label_format_list.rb', line 11 def parse(array) new(array) end |