Class: ChannelAdvisor::CartServiceSOAP::ModifyCart
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::ModifyCart
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
/ModifyCart
accountID - SOAP::SOAPString
cartID - SOAP::SOAPInt
buyerEmail - SOAP::SOAPString
lineItem - ChannelAdvisor::CartServiceSOAP::ArrayOfCartItemRequest
Instance Attribute Summary collapse
-
#accountID ⇒ Object
Returns the value of attribute accountID.
-
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
-
#cartID ⇒ Object
Returns the value of attribute cartID.
-
#lineItem ⇒ Object
Returns the value of attribute lineItem.
Instance Method Summary collapse
-
#initialize(accountID = nil, cartID = nil, buyerEmail = nil, lineItem = nil) ⇒ ModifyCart
constructor
A new instance of ModifyCart.
Constructor Details
#initialize(accountID = nil, cartID = nil, buyerEmail = nil, lineItem = nil) ⇒ ModifyCart
Returns a new instance of ModifyCart.
350 351 352 353 354 355 |
# File 'lib/channel_advisor/cart_service/types.rb', line 350 def initialize(accountID = nil, cartID = nil, buyerEmail = nil, lineItem = nil) @accountID = accountID @cartID = cartID @buyerEmail = buyerEmail @lineItem = lineItem end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
345 346 347 |
# File 'lib/channel_advisor/cart_service/types.rb', line 345 def accountID @accountID end |
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
347 348 349 |
# File 'lib/channel_advisor/cart_service/types.rb', line 347 def buyerEmail @buyerEmail end |
#cartID ⇒ Object
Returns the value of attribute cartID.
346 347 348 |
# File 'lib/channel_advisor/cart_service/types.rb', line 346 def cartID @cartID end |
#lineItem ⇒ Object
Returns the value of attribute lineItem.
348 349 350 |
# File 'lib/channel_advisor/cart_service/types.rb', line 348 def lineItem @lineItem end |