Class: ChannelAdvisor::CartServiceSOAP::GetCart
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::GetCart
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
/GetCart
accountID - SOAP::SOAPString
cartID - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#cartID ⇒ Object
Returns the value of attribute cartID.
Instance Method Summary collapse
-
#initialize(accountID = nil, cartID = nil) ⇒ GetCart
constructor
A new instance of GetCart.
Constructor Details
#initialize(accountID = nil, cartID = nil) ⇒ GetCart
Returns a new instance of GetCart.
278 279 280 281 |
# File 'lib/channel_advisor/cart_service/types.rb', line 278 def initialize(accountID = nil, cartID = nil) @accountID = accountID @cartID = cartID end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
275 276 277 |
# File 'lib/channel_advisor/cart_service/types.rb', line 275 def accountID @accountID end |
#cartID ⇒ Object
Returns the value of attribute cartID.
276 277 278 |
# File 'lib/channel_advisor/cart_service/types.rb', line 276 def cartID @cartID end |