Class: ChannelAdvisor::ShippingServiceSOAP::OrderShippedResponse

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

Overview

/OrderShippedResponse

orderShippedResult - ChannelAdvisor::ShippingServiceSOAP::APIResultOfBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#orderShippedResultObject

Returns the value of attribute orderShippedResult.



256
257
258
# File 'lib/channel_advisor/shipping_service/types.rb', line 256

def orderShippedResult
  @orderShippedResult
end