Class: ChannelAdvisor::CartServiceSOAP::DeleteCart
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::DeleteCart
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
/DeleteCart
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) ⇒ DeleteCart
constructor
A new instance of DeleteCart.
Constructor Details
#initialize(accountID = nil, cartID = nil) ⇒ DeleteCart
Returns 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
#accountID ⇒ Object
Returns the value of attribute accountID.
298 299 300 |
# File 'lib/channel_advisor/cart_service/types.rb', line 298 def accountID @accountID end |
#cartID ⇒ Object
Returns the value of attribute cartID.
299 300 301 |
# File 'lib/channel_advisor/cart_service/types.rb', line 299 def cartID @cartID end |