Class: Etapper::API::SoftCredit
- Inherits:
-
Object
- Object
- Etapper::API::SoftCredit
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceSoftCredit
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
campaign - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
final - SOAP::SOAPBoolean
fund - SOAP::SOAPString
hardCreditAccountName - SOAP::SOAPString
hardCreditAccountRef - SOAP::SOAPString
hardCreditRef - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
letter - SOAP::SOAPString
note - SOAP::SOAPString
ref - SOAP::SOAPString
type - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#approach ⇒ Object
Returns the value of attribute approach.
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#final ⇒ Object
Returns the value of attribute final.
-
#fund ⇒ Object
Returns the value of attribute fund.
-
#hardCreditAccountName ⇒ Object
Returns the value of attribute hardCreditAccountName.
-
#hardCreditAccountRef ⇒ Object
Returns the value of attribute hardCreditAccountRef.
-
#hardCreditRef ⇒ Object
Returns the value of attribute hardCreditRef.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#letter ⇒ Object
Returns the value of attribute letter.
-
#note ⇒ Object
Returns the value of attribute note.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, campaign = nil, createdDate = nil, date = nil, final = nil, fund = nil, hardCreditAccountName = nil, hardCreditAccountRef = nil, hardCreditRef = nil, lastModifiedDate = nil, letter = nil, note = nil, ref = nil, type = nil) ⇒ SoftCredit
constructor
A new instance of SoftCredit.
Constructor Details
#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, campaign = nil, createdDate = nil, date = nil, final = nil, fund = nil, hardCreditAccountName = nil, hardCreditAccountRef = nil, hardCreditRef = nil, lastModifiedDate = nil, letter = nil, note = nil, ref = nil, type = nil) ⇒ SoftCredit
Returns a new instance of SoftCredit.
389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 |
# File 'lib/etapper/api/service.rb', line 389 def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, campaign = nil, createdDate = nil, date = nil, final = nil, fund = nil, hardCreditAccountName = nil, hardCreditAccountRef = nil, hardCreditRef = nil, lastModifiedDate = nil, letter = nil, note = nil, ref = nil, type = nil) @accountName = accountName @accountRef = accountRef @amount = amount @approach = approach @campaign = campaign @createdDate = createdDate @date = date @final = final @fund = fund @hardCreditAccountName = hardCreditAccountName @hardCreditAccountRef = hardCreditAccountRef @hardCreditRef = hardCreditRef @lastModifiedDate = lastModifiedDate @letter = letter @note = note @ref = ref @type = type end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
371 372 373 |
# File 'lib/etapper/api/service.rb', line 371 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
372 373 374 |
# File 'lib/etapper/api/service.rb', line 372 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
373 374 375 |
# File 'lib/etapper/api/service.rb', line 373 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
374 375 376 |
# File 'lib/etapper/api/service.rb', line 374 def approach @approach end |
#campaign ⇒ Object
Returns the value of attribute campaign.
375 376 377 |
# File 'lib/etapper/api/service.rb', line 375 def campaign @campaign end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
376 377 378 |
# File 'lib/etapper/api/service.rb', line 376 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
377 378 379 |
# File 'lib/etapper/api/service.rb', line 377 def date @date end |
#final ⇒ Object
Returns the value of attribute final.
378 379 380 |
# File 'lib/etapper/api/service.rb', line 378 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
379 380 381 |
# File 'lib/etapper/api/service.rb', line 379 def fund @fund end |
#hardCreditAccountName ⇒ Object
Returns the value of attribute hardCreditAccountName.
380 381 382 |
# File 'lib/etapper/api/service.rb', line 380 def hardCreditAccountName @hardCreditAccountName end |
#hardCreditAccountRef ⇒ Object
Returns the value of attribute hardCreditAccountRef.
381 382 383 |
# File 'lib/etapper/api/service.rb', line 381 def hardCreditAccountRef @hardCreditAccountRef end |
#hardCreditRef ⇒ Object
Returns the value of attribute hardCreditRef.
382 383 384 |
# File 'lib/etapper/api/service.rb', line 382 def hardCreditRef @hardCreditRef end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
383 384 385 |
# File 'lib/etapper/api/service.rb', line 383 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
384 385 386 |
# File 'lib/etapper/api/service.rb', line 384 def letter @letter end |
#note ⇒ Object
Returns the value of attribute note.
385 386 387 |
# File 'lib/etapper/api/service.rb', line 385 def note @note end |
#ref ⇒ Object
Returns the value of attribute ref.
386 387 388 |
# File 'lib/etapper/api/service.rb', line 386 def ref @ref end |
#type ⇒ Object
Returns the value of attribute type.
387 388 389 |
# File 'lib/etapper/api/service.rb', line 387 def type @type end |