Class: ChannelAdvisor::CartServiceSOAP::GetCart

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

Overview

/GetCart

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#accountIDObject

Returns the value of attribute accountID.



275
276
277
# File 'lib/channel_advisor/cart_service/types.rb', line 275

def accountID
  @accountID
end

#cartIDObject

Returns the value of attribute cartID.



276
277
278
# File 'lib/channel_advisor/cart_service/types.rb', line 276

def cartID
  @cartID
end