Class: ChannelAdvisor::ShippingServiceSOAP::OrderShipmentList
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::OrderShipmentList
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/OrderShipmentList
shipmentList - ChannelAdvisor::ShippingServiceSOAP::ArrayOfOrderShipment
Instance Attribute Summary collapse
-
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
Instance Method Summary collapse
-
#initialize(shipmentList = nil) ⇒ OrderShipmentList
constructor
A new instance of OrderShipmentList.
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
#shipmentList ⇒ Object
Returns the value of attribute shipmentList.
146 147 148 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 146 def shipmentList @shipmentList end |