Class: Etapper::API::Disbursement
- Inherits:
-
Object
- Object
- Etapper::API::Disbursement
- Defined in:
- lib/etapper/api/service.rb
Overview
etapestryAPI/serviceDisbursement
accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
- Etapper::API::ArrayOfAttachment
campaign - SOAP::SOAPString
createdDate - SOAP::SOAPDateTime
date - SOAP::SOAPDateTime
definedValues - Etapper::API::ArrayOfDefinedValue
final - SOAP::SOAPBoolean
fund - SOAP::SOAPString
fundraiser - SOAP::SOAPString
lastModifiedDate - SOAP::SOAPDateTime
letter - SOAP::SOAPString
note - SOAP::SOAPString
offsettingRef - SOAP::SOAPString
receipt - SOAP::SOAPString
ref - SOAP::SOAPString
type - SOAP::SOAPInt
valuable - Etapper::API::Valuable
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.
-
#attachments ⇒ Object
Returns the value of attribute attachments.
-
#campaign ⇒ Object
Returns the value of attribute campaign.
-
#createdDate ⇒ Object
Returns the value of attribute createdDate.
-
#date ⇒ Object
Returns the value of attribute date.
-
#definedValues ⇒ Object
Returns the value of attribute definedValues.
-
#final ⇒ Object
Returns the value of attribute final.
-
#fund ⇒ Object
Returns the value of attribute fund.
-
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#letter ⇒ Object
Returns the value of attribute letter.
-
#note ⇒ Object
Returns the value of attribute note.
-
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#type ⇒ Object
Returns the value of attribute type.
-
#valuable ⇒ Object
Returns the value of attribute valuable.
Instance Method Summary collapse
-
#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, note = nil, offsettingRef = nil, receipt = nil, ref = nil, type = nil, valuable = nil) ⇒ Disbursement
constructor
A new instance of Disbursement.
Constructor Details
#initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, attachments = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, note = nil, offsettingRef = nil, receipt = nil, ref = nil, type = nil, valuable = nil) ⇒ Disbursement
Returns a new instance of Disbursement.
897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 |
# File 'lib/etapper/api/service.rb', line 897 def initialize(accountName = nil, accountRef = nil, amount = nil, approach = nil, = nil, campaign = nil, createdDate = nil, date = nil, definedValues = nil, final = nil, fund = nil, fundraiser = nil, lastModifiedDate = nil, letter = nil, note = nil, offsettingRef = nil, receipt = nil, ref = nil, type = nil, valuable = nil) @accountName = accountName @accountRef = accountRef @amount = amount @approach = approach @attachments = @campaign = campaign @createdDate = createdDate @date = date @definedValues = definedValues @final = final @fund = fund @fundraiser = fundraiser @lastModifiedDate = lastModifiedDate @letter = letter @note = note @offsettingRef = offsettingRef @receipt = receipt @ref = ref @type = type @valuable = valuable end |
Instance Attribute Details
#accountName ⇒ Object
Returns the value of attribute accountName.
876 877 878 |
# File 'lib/etapper/api/service.rb', line 876 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
877 878 879 |
# File 'lib/etapper/api/service.rb', line 877 def accountRef @accountRef end |
#amount ⇒ Object
Returns the value of attribute amount.
878 879 880 |
# File 'lib/etapper/api/service.rb', line 878 def amount @amount end |
#approach ⇒ Object
Returns the value of attribute approach.
879 880 881 |
# File 'lib/etapper/api/service.rb', line 879 def approach @approach end |
#attachments ⇒ Object
Returns the value of attribute attachments.
880 881 882 |
# File 'lib/etapper/api/service.rb', line 880 def @attachments end |
#campaign ⇒ Object
Returns the value of attribute campaign.
881 882 883 |
# File 'lib/etapper/api/service.rb', line 881 def campaign @campaign end |
#createdDate ⇒ Object
Returns the value of attribute createdDate.
882 883 884 |
# File 'lib/etapper/api/service.rb', line 882 def createdDate @createdDate end |
#date ⇒ Object
Returns the value of attribute date.
883 884 885 |
# File 'lib/etapper/api/service.rb', line 883 def date @date end |
#definedValues ⇒ Object
Returns the value of attribute definedValues.
884 885 886 |
# File 'lib/etapper/api/service.rb', line 884 def definedValues @definedValues end |
#final ⇒ Object
Returns the value of attribute final.
885 886 887 |
# File 'lib/etapper/api/service.rb', line 885 def final @final end |
#fund ⇒ Object
Returns the value of attribute fund.
886 887 888 |
# File 'lib/etapper/api/service.rb', line 886 def fund @fund end |
#fundraiser ⇒ Object
Returns the value of attribute fundraiser.
887 888 889 |
# File 'lib/etapper/api/service.rb', line 887 def fundraiser @fundraiser end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
888 889 890 |
# File 'lib/etapper/api/service.rb', line 888 def lastModifiedDate @lastModifiedDate end |
#letter ⇒ Object
Returns the value of attribute letter.
889 890 891 |
# File 'lib/etapper/api/service.rb', line 889 def letter @letter end |
#note ⇒ Object
Returns the value of attribute note.
890 891 892 |
# File 'lib/etapper/api/service.rb', line 890 def note @note end |
#offsettingRef ⇒ Object
Returns the value of attribute offsettingRef.
891 892 893 |
# File 'lib/etapper/api/service.rb', line 891 def offsettingRef @offsettingRef end |
#receipt ⇒ Object
Returns the value of attribute receipt.
892 893 894 |
# File 'lib/etapper/api/service.rb', line 892 def receipt @receipt end |
#ref ⇒ Object
Returns the value of attribute ref.
893 894 895 |
# File 'lib/etapper/api/service.rb', line 893 def ref @ref end |
#type ⇒ Object
Returns the value of attribute type.
894 895 896 |
# File 'lib/etapper/api/service.rb', line 894 def type @type end |
#valuable ⇒ Object
Returns the value of attribute valuable.
895 896 897 |
# File 'lib/etapper/api/service.rb', line 895 def valuable @valuable end |