Class: ChannelAdvisor::CartServiceSOAP::DeleteCart

Inherits:
Object
  • Object
show all
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)

Instance Method Summary (collapse)

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