Class: Etapper::API::EcommerceRequest
- Inherits:
-
Object
- Object
- Etapper::API::EcommerceRequest
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceEcommerceRequest
account - Etapper::API::Account
- SOAP::SOAPString
confirmationMessageHeader - SOAP::SOAPString
confirmationSender - SOAP::SOAPString
confirmationSignature - SOAP::SOAPString
confirmationSubject - SOAP::SOAPString
createFieldAndValues - SOAP::SOAPBoolean
failureEmail - SOAP::SOAPString
journalEntries - Etapper::API::ArrayOfanyType
notificationEmail - SOAP::SOAPString
notificationSubject - SOAP::SOAPString
populateDataSource - SOAP::SOAPBoolean
processor - SOAP::SOAPString
skipSoftErrors - SOAP::SOAPBoolean
softErrorEmail - SOAP::SOAPString
validateLicense - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#confirmationMessageFooter ⇒ Object
Returns the value of attribute confirmationMessageFooter.
-
#confirmationMessageHeader ⇒ Object
Returns the value of attribute confirmationMessageHeader.
-
#confirmationSender ⇒ Object
Returns the value of attribute confirmationSender.
-
#confirmationSignature ⇒ Object
Returns the value of attribute confirmationSignature.
-
#confirmationSubject ⇒ Object
Returns the value of attribute confirmationSubject.
-
#createFieldAndValues ⇒ Object
Returns the value of attribute createFieldAndValues.
-
#failureEmail ⇒ Object
Returns the value of attribute failureEmail.
-
#journalEntries ⇒ Object
Returns the value of attribute journalEntries.
-
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
-
#notificationSubject ⇒ Object
Returns the value of attribute notificationSubject.
-
#populateDataSource ⇒ Object
Returns the value of attribute populateDataSource.
-
#processor ⇒ Object
Returns the value of attribute processor.
-
#skipSoftErrors ⇒ Object
Returns the value of attribute skipSoftErrors.
-
#softErrorEmail ⇒ Object
Returns the value of attribute softErrorEmail.
-
#validateLicense ⇒ Object
Returns the value of attribute validateLicense.
Instance Method Summary collapse
-
#initialize(account = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, failureEmail = nil, journalEntries = nil, notificationEmail = nil, notificationSubject = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil) ⇒ EcommerceRequest
constructor
A new instance of EcommerceRequest.
Constructor Details
#initialize(account = nil, confirmationMessageFooter = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, failureEmail = nil, journalEntries = nil, notificationEmail = nil, notificationSubject = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil) ⇒ EcommerceRequest
Returns a new instance of EcommerceRequest.
3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 |
# File 'lib/etapper/api/service.rb', line 3128 def initialize(account = nil, = nil, confirmationMessageHeader = nil, confirmationSender = nil, confirmationSignature = nil, confirmationSubject = nil, createFieldAndValues = nil, failureEmail = nil, journalEntries = nil, notificationEmail = nil, notificationSubject = nil, populateDataSource = nil, processor = nil, skipSoftErrors = nil, softErrorEmail = nil, validateLicense = nil) @account = account @confirmationMessageFooter = @confirmationMessageHeader = confirmationMessageHeader @confirmationSender = confirmationSender @confirmationSignature = confirmationSignature @confirmationSubject = confirmationSubject @createFieldAndValues = createFieldAndValues @failureEmail = failureEmail @journalEntries = journalEntries @notificationEmail = notificationEmail @notificationSubject = notificationSubject @populateDataSource = populateDataSource @processor = processor @skipSoftErrors = skipSoftErrors @softErrorEmail = softErrorEmail @validateLicense = validateLicense end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
3111 3112 3113 |
# File 'lib/etapper/api/service.rb', line 3111 def account @account end |
#confirmationMessageFooter ⇒ Object
Returns the value of attribute confirmationMessageFooter.
3112 3113 3114 |
# File 'lib/etapper/api/service.rb', line 3112 def @confirmationMessageFooter end |
#confirmationMessageHeader ⇒ Object
Returns the value of attribute confirmationMessageHeader.
3113 3114 3115 |
# File 'lib/etapper/api/service.rb', line 3113 def confirmationMessageHeader @confirmationMessageHeader end |
#confirmationSender ⇒ Object
Returns the value of attribute confirmationSender.
3114 3115 3116 |
# File 'lib/etapper/api/service.rb', line 3114 def confirmationSender @confirmationSender end |
#confirmationSignature ⇒ Object
Returns the value of attribute confirmationSignature.
3115 3116 3117 |
# File 'lib/etapper/api/service.rb', line 3115 def confirmationSignature @confirmationSignature end |
#confirmationSubject ⇒ Object
Returns the value of attribute confirmationSubject.
3116 3117 3118 |
# File 'lib/etapper/api/service.rb', line 3116 def confirmationSubject @confirmationSubject end |
#createFieldAndValues ⇒ Object
Returns the value of attribute createFieldAndValues.
3117 3118 3119 |
# File 'lib/etapper/api/service.rb', line 3117 def createFieldAndValues @createFieldAndValues end |
#failureEmail ⇒ Object
Returns the value of attribute failureEmail.
3118 3119 3120 |
# File 'lib/etapper/api/service.rb', line 3118 def failureEmail @failureEmail end |
#journalEntries ⇒ Object
Returns the value of attribute journalEntries.
3119 3120 3121 |
# File 'lib/etapper/api/service.rb', line 3119 def journalEntries @journalEntries end |
#notificationEmail ⇒ Object
Returns the value of attribute notificationEmail.
3120 3121 3122 |
# File 'lib/etapper/api/service.rb', line 3120 def notificationEmail @notificationEmail end |
#notificationSubject ⇒ Object
Returns the value of attribute notificationSubject.
3121 3122 3123 |
# File 'lib/etapper/api/service.rb', line 3121 def notificationSubject @notificationSubject end |
#populateDataSource ⇒ Object
Returns the value of attribute populateDataSource.
3122 3123 3124 |
# File 'lib/etapper/api/service.rb', line 3122 def populateDataSource @populateDataSource end |
#processor ⇒ Object
Returns the value of attribute processor.
3123 3124 3125 |
# File 'lib/etapper/api/service.rb', line 3123 def processor @processor end |
#skipSoftErrors ⇒ Object
Returns the value of attribute skipSoftErrors.
3124 3125 3126 |
# File 'lib/etapper/api/service.rb', line 3124 def skipSoftErrors @skipSoftErrors end |
#softErrorEmail ⇒ Object
Returns the value of attribute softErrorEmail.
3125 3126 3127 |
# File 'lib/etapper/api/service.rb', line 3125 def softErrorEmail @softErrorEmail end |
#validateLicense ⇒ Object
Returns the value of attribute validateLicense.
3126 3127 3128 |
# File 'lib/etapper/api/service.rb', line 3126 def validateLicense @validateLicense end |