Class: ChannelAdvisor::ShippingServiceSOAP::SubmitOrderShipmentList

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

Overview

/SubmitOrderShipmentList

accountID - SOAP::SOAPString
shipmentList - ChannelAdvisor::ShippingServiceSOAP::OrderShipmentList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountID = nil, shipmentList = nil) ⇒ SubmitOrderShipmentList

Returns a new instance of SubmitOrderShipmentList.



447
448
449
450
# File 'lib/channel_advisor/shipping_service/types.rb', line 447

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

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



444
445
446
# File 'lib/channel_advisor/shipping_service/types.rb', line 444

def accountID
  @accountID
end

#shipmentListObject

Returns the value of attribute shipmentList.



445
446
447
# File 'lib/channel_advisor/shipping_service/types.rb', line 445

def shipmentList
  @shipmentList
end