Class: ChannelAdvisor::CartServiceSOAP::CreateCart
- Inherits:
-
Object
- Object
- ChannelAdvisor::CartServiceSOAP::CreateCart
- Defined in:
- lib/channel_advisor/cart_service/types.rb
Overview
/CreateCart
accountID - SOAP::SOAPString
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.
-
#lineItem ⇒ Object
Returns the value of attribute lineItem.
Instance Method Summary collapse
-
#initialize(accountID = nil, buyerEmail = nil, lineItem = nil) ⇒ CreateCart
constructor
A new instance of CreateCart.
Constructor Details
#initialize(accountID = nil, buyerEmail = nil, lineItem = nil) ⇒ CreateCart
Returns a new instance of CreateCart.
326 327 328 329 330 |
# File 'lib/channel_advisor/cart_service/types.rb', line 326 def initialize(accountID = nil, buyerEmail = nil, lineItem = nil) @accountID = accountID @buyerEmail = buyerEmail @lineItem = lineItem end |
Instance Attribute Details
#accountID ⇒ Object
Returns the value of attribute accountID.
322 323 324 |
# File 'lib/channel_advisor/cart_service/types.rb', line 322 def accountID @accountID end |
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
323 324 325 |
# File 'lib/channel_advisor/cart_service/types.rb', line 323 def buyerEmail @buyerEmail end |
#lineItem ⇒ Object
Returns the value of attribute lineItem.
324 325 326 |
# File 'lib/channel_advisor/cart_service/types.rb', line 324 def lineItem @lineItem end |