Class: ChannelAdvisor::CartServiceSOAP::DeleteCart

Inherits:
Object
  • Object
show all
Defined in:
lib/channel_advisor/cart_service/types.rb

Overview

/DeleteCart

accountID - SOAP::SOAPString
cartID - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



298
299
300
# File 'lib/channel_advisor/cart_service/types.rb', line 298

def accountID
  @accountID
end

#cartIDObject

Returns the value of attribute cartID.



299
300
301
# File 'lib/channel_advisor/cart_service/types.rb', line 299

def cartID
  @cartID
end