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.
258 259 260 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 258 def initialize(orderShippedResult = nil) @orderShippedResult = orderShippedResult end |
Instance Attribute Details
#orderShippedResult ⇒ Object
Returns the value of attribute orderShippedResult.
256 257 258 |
# File 'lib/channel_advisor/shipping_service/types.rb', line 256 def orderShippedResult @orderShippedResult end |