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.



285
286
287
# File 'lib/channel_advisor/cart_service/types.rb', line 285

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

Instance Attribute Details

#getCartResultObject

Returns the value of attribute getCartResult.



283
284
285
# File 'lib/channel_advisor/cart_service/types.rb', line 283

def getCartResult
  @getCartResult
end