Class: ChannelAdvisor::ShippingServiceSOAP::OrderShipped
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::OrderShipped
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/OrderShipped
accountID - SOAP::SOAPString
orderID - SOAP::SOAPInt
dateShippedGMT - SOAP::SOAPDateTime
carrierCode - SOAP::SOAPString
classCode - SOAP::SOAPString
trackingNumber - SOAP::SOAPString
sellerFulfillmentID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
-
#classCode ⇒ Object
Returns the value of attribute classCode.
-
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT.
-
#orderID ⇒ Object
Returns the value of attribute orderID.
-
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID.
-
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
Instance Method Summary collapse
-
#initialize(accountID = nil, orderID = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil) ⇒ OrderShipped
constructor
A new instance of OrderShipped.
Constructor Details
#initialize(accountID = nil, orderID = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil) ⇒ OrderShipped
Returns a new instance of OrderShipped.
419 420 421 422 423 424 425 426 427 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 419 def initialize(accountID = nil, orderID = nil, dateShippedGMT = nil, carrierCode = nil, classCode = nil, trackingNumber = nil, sellerFulfillmentID = nil) @accountID = accountID @orderID = orderID @dateShippedGMT = dateShippedGMT @carrierCode = carrierCode @classCode = classCode @trackingNumber = trackingNumber @sellerFulfillmentID = sellerFulfillmentID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
411 412 413 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 411 def accountID @accountID end |
#carrierCode ⇒ Object
Returns the value of attribute carrierCode.
414 415 416 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 414 def carrierCode @carrierCode end |
#classCode ⇒ Object
Returns the value of attribute classCode.
415 416 417 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 415 def classCode @classCode end |
#dateShippedGMT ⇒ Object
Returns the value of attribute dateShippedGMT.
413 414 415 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 413 def dateShippedGMT @dateShippedGMT end |
#orderID ⇒ Object
Returns the value of attribute orderID.
412 413 414 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 412 def orderID @orderID end |
#sellerFulfillmentID ⇒ Object
Returns the value of attribute sellerFulfillmentID.
417 418 419 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 417 def sellerFulfillmentID @sellerFulfillmentID end |
#trackingNumber ⇒ Object
Returns the value of attribute trackingNumber.
416 417 418 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 416 def trackingNumber @trackingNumber end |