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.



435
436
437
# File 'lib/channel_advisor/shipping_service/types.rb', line 435

def initialize(orderShippedResult = nil)
  @orderShippedResult = orderShippedResult
end

Instance Attribute Details

#orderShippedResultObject

Returns the value of attribute orderShippedResult.



433
434
435
# File 'lib/channel_advisor/shipping_service/types.rb', line 433

def orderShippedResult
  @orderShippedResult
end