Class: Etapper::API::SoftCredit

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#accountNameObject

Returns the value of attribute accountName.



371
372
373
# File 'lib/etapper/api/service.rb', line 371

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



372
373
374
# File 'lib/etapper/api/service.rb', line 372

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



373
374
375
# File 'lib/etapper/api/service.rb', line 373

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



374
375
376
# File 'lib/etapper/api/service.rb', line 374

def approach
  @approach
end

#campaignObject

Returns the value of attribute campaign.



375
376
377
# File 'lib/etapper/api/service.rb', line 375

def campaign
  @campaign
end

#createdDateObject

Returns the value of attribute createdDate.



376
377
378
# File 'lib/etapper/api/service.rb', line 376

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



377
378
379
# File 'lib/etapper/api/service.rb', line 377

def date
  @date
end

#finalObject

Returns the value of attribute final.



378
379
380
# File 'lib/etapper/api/service.rb', line 378

def final
  @final
end

#fundObject

Returns the value of attribute fund.



379
380
381
# File 'lib/etapper/api/service.rb', line 379

def fund
  @fund
end

#hardCreditAccountNameObject

Returns the value of attribute hardCreditAccountName.



380
381
382
# File 'lib/etapper/api/service.rb', line 380

def hardCreditAccountName
  @hardCreditAccountName
end

#hardCreditAccountRefObject

Returns the value of attribute hardCreditAccountRef.



381
382
383
# File 'lib/etapper/api/service.rb', line 381

def hardCreditAccountRef
  @hardCreditAccountRef
end

#hardCreditRefObject

Returns the value of attribute hardCreditRef.



382
383
384
# File 'lib/etapper/api/service.rb', line 382

def hardCreditRef
  @hardCreditRef
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



383
384
385
# File 'lib/etapper/api/service.rb', line 383

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



384
385
386
# File 'lib/etapper/api/service.rb', line 384

def letter
  @letter
end

#noteObject

Returns the value of attribute note.



385
386
387
# File 'lib/etapper/api/service.rb', line 385

def note
  @note
end

#refObject

Returns the value of attribute ref.



386
387
388
# File 'lib/etapper/api/service.rb', line 386

def ref
  @ref
end

#typeObject

Returns the value of attribute type.



387
388
389
# File 'lib/etapper/api/service.rb', line 387

def type
  @type
end