Class: Peddler::APIs::FulfillmentInboundV0::PrepInstructionList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/fulfillment_inbound_v0/prep_instruction_list.rb

Overview

A list of preparation instructions to help with item sourcing decisions.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/fulfillment_inbound_v0/prep_instruction_list.rb', line 11

def parse(array)
  new(array)
end