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.
354 355 356 357 358 359 |
# File 'lib/channel_advisor/cart_service/types.rb', line 354 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.
349 350 351 |
# File 'lib/channel_advisor/cart_service/types.rb', line 349 def accountID @accountID end |
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
351 352 353 |
# File 'lib/channel_advisor/cart_service/types.rb', line 351 def buyerEmail @buyerEmail end |
#cartID ⇒ Object
Returns the value of attribute cartID.
350 351 352 |
# File 'lib/channel_advisor/cart_service/types.rb', line 350 def cartID @cartID end |
#lineItem ⇒ Object
Returns the value of attribute lineItem.
352 353 354 |
# File 'lib/channel_advisor/cart_service/types.rb', line 352 def lineItem @lineItem end |