Class: Peddler::Types::FulfillmentOutbound20200701::ReasonCodeDetailsList

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

Overview

An array of return reason code details.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



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

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