Class: ChannelAdvisor::CartServiceSOAP::DeleteCart
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::DeleteCart
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
http://api.channeladvisor.com/webservices/DeleteCart
accountID - SOAP::SOAPString
cartID - SOAP::SOAPInt
Instance Attribute Summary (collapse)
-
- (Object) accountID
Returns the value of attribute accountID.
-
- (Object) cartID
Returns the value of attribute cartID.
Instance Method Summary (collapse)
-
- (DeleteCart) initialize(accountID = nil, cartID = nil)
constructor
A new instance of DeleteCart.
Constructor Details
- (DeleteCart) initialize(accountID = nil, cartID = nil)
A new instance of DeleteCart
301 302 303 304 |
# File 'lib/channel_advisor/cart_service/types.rb', line 301 def initialize(accountID = nil, cartID = nil) @accountID = accountID @cartID = cartID end |
Instance Attribute Details
- (Object) accountID
Returns the value of attribute accountID
298 299 300 |
# File 'lib/channel_advisor/cart_service/types.rb', line 298 def accountID @accountID end |
- (Object) cartID
Returns the value of attribute cartID
299 300 301 |
# File 'lib/channel_advisor/cart_service/types.rb', line 299 def cartID @cartID end |