Class: ChannelAdvisor::CartServiceSOAP::GetCartResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::GetCartResponse
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
http://api.channeladvisor.com/webservices/GetCartResponse
getCartResult - ChannelAdvisor::CartServiceSOAP::APIResultOfCart
Instance Attribute Summary (collapse)
-
- (Object) getCartResult
Returns the value of attribute getCartResult.
Instance Method Summary (collapse)
-
- (GetCartResponse) initialize(getCartResult = nil)
constructor
A new instance of GetCartResponse.
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 |