Class: ChannelAdvisor::CartServiceSOAP::GetCartResponse
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::GetCartResponse
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
/GetCartResponse
getCartResult - ChannelAdvisor::CartServiceSOAP::APIResultOfCart
Instance Attribute Summary collapse
-
#getCartResult ⇒ Object
Returns the value of attribute getCartResult.
Instance Method Summary collapse
-
#initialize(getCartResult = nil) ⇒ GetCartResponse
constructor
A new instance of GetCartResponse.
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
#getCartResult ⇒ Object
Returns the value of attribute getCartResult.
287 288 289 |
# File 'lib/channel_advisor/cart_service/types.rb', line 287 def getCartResult @getCartResult end |