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.



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

def initialize(accountID = nil, cartID = nil)
  @accountID = accountID
  @cartID = cartID
end

Instance Attribute Details

#accountIDObject

Returns the value of attribute accountID.



271
272
273
# File 'lib/channel_advisor/cart_service/types.rb', line 271

def accountID
  @accountID
end

#cartIDObject

Returns the value of attribute cartID.



272
273
274
# File 'lib/channel_advisor/cart_service/types.rb', line 272

def cartID
  @cartID
end