Class: Peddler::APIs::ShippingV2::ClientReferenceDetails

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/shipping_v2/client_reference_details.rb

Overview

Object to pass additional information about the MCI Integrator shipperType: List of ClientReferenceDetail

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/shipping_v2/client_reference_details.rb', line 11

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