Class: ChannelAdvisor::ShippingServiceSOAP::OrderShipmentList

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/shipping_service/types.rb

Overview

/OrderShipmentList

shipmentList - ChannelAdvisor::ShippingServiceSOAP::ArrayOfOrderShipment

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shipmentList = nil) ⇒ OrderShipmentList

Returns a new instance of OrderShipmentList.



148
149
150
# File 'lib/channel_advisor/shipping_service/types.rb', line 148

def initialize(shipmentList = nil)
  @shipmentList = shipmentList
end

Instance Attribute Details

#shipmentListObject

Returns the value of attribute shipmentList.



146
147
148
# File 'lib/channel_advisor/shipping_service/types.rb', line 146

def shipmentList
  @shipmentList
end