Class: ChannelAdvisor::ShippingServiceSOAP::OrderShippedResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::ShippingServiceSOAP::OrderShippedResponse
- Defined in:
- lib/channel_advisor/shipping_service/types.rb
Overview
/OrderShippedResponse
orderShippedResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfBoolean
Instance Attribute Summary collapse
-
#orderShippedResult ⇒ Object
Returns the value of attribute orderShippedResult.
Instance Method Summary collapse
-
#initialize(orderShippedResult = nil) ⇒ OrderShippedResponse
constructor
A new instance of OrderShippedResponse.
Constructor Details
#initialize(orderShippedResult = nil) ⇒ OrderShippedResponse
Returns a new instance of OrderShippedResponse.
435 436 437 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 435 def initialize(orderShippedResult = nil) @orderShippedResult = orderShippedResult end |
Instance Attribute Details
#orderShippedResult ⇒ Object
Returns the value of attribute orderShippedResult.
433 434 435 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 433 def orderShippedResult @orderShippedResult end |