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.
322 323 324 325 326 |
# File 'lib/channel_advisor/cart_service/types.rb', line 322 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.
318 319 320 |
# File 'lib/channel_advisor/cart_service/types.rb', line 318 def accountID @accountID end |
#buyerEmail ⇒ Object
Returns the value of attribute buyerEmail.
319 320 321 |
# File 'lib/channel_advisor/cart_service/types.rb', line 319 def buyerEmail @buyerEmail end |
#lineItem ⇒ Object
Returns the value of attribute lineItem.
320 321 322 |
# File 'lib/channel_advisor/cart_service/types.rb', line 320 def lineItem @lineItem end |