Class: Peddler::Types::FulfillmentOutbound20200701::Features

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/fulfillment_outbound_2020_07_01/features.rb

Overview

An array of features.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



13
14
15
# File 'lib/peddler/types/fulfillment_outbound_2020_07_01/features.rb', line 13

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