Class: ChannelAdvisor::CartServiceSOAP::GetCartResponse

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

Overview

http://api.channeladvisor.com/webservices/GetCartResponse

getCartResult - ChannelAdvisor::CartServiceSOAP::APIResultOfCart

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Constructor Details

- (GetCartResponse) initialize(getCartResult = nil)

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

- (Object) getCartResult

Returns the value of attribute getCartResult



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

def getCartResult
  @getCartResult
end