Class: Peddler::APIs::MerchantFulfillmentV0::AvailableFormatOptionsForLabel

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

Overview

The available label formats.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

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