Class: ChannelAdvisor::CartServiceSOAP::GetCartResponse

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

Overview

/GetCartResponse

getCartResult - ChannelAdvisor::CartServiceSOAP::APIResultOfCart

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(getCartResult = nil) ⇒ GetCartResponse

Returns a new instance of GetCartResponse.



289
290
291
# File 'lib/channel_advisor/cart_service/types.rb', line 289

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

Instance Attribute Details

#getCartResultObject

Returns the value of attribute getCartResult.



287
288
289
# File 'lib/channel_advisor/cart_service/types.rb', line 287

def getCartResult
  @getCartResult
end