Class: Etapper::API::Disbursement

Inherits:
Object
  • Object
show all
Defined in:
lib/etapper/api/service.rb

Overview

etapestryAPI/serviceDisbursement

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
amount - SOAP::SOAPDouble
approach - SOAP::SOAPString
attachments - 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

Instance Method Summary collapse

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, 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)
  @accountName = accountName
  @accountRef = accountRef
  @amount = amount
  @approach = approach
  @attachments = 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

#accountNameObject

Returns the value of attribute accountName.



876
877
878
# File 'lib/etapper/api/service.rb', line 876

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



877
878
879
# File 'lib/etapper/api/service.rb', line 877

def accountRef
  @accountRef
end

#amountObject

Returns the value of attribute amount.



878
879
880
# File 'lib/etapper/api/service.rb', line 878

def amount
  @amount
end

#approachObject

Returns the value of attribute approach.



879
880
881
# File 'lib/etapper/api/service.rb', line 879

def approach
  @approach
end

#attachmentsObject

Returns the value of attribute attachments.



880
881
882
# File 'lib/etapper/api/service.rb', line 880

def attachments
  @attachments
end

#campaignObject

Returns the value of attribute campaign.



881
882
883
# File 'lib/etapper/api/service.rb', line 881

def campaign
  @campaign
end

#createdDateObject

Returns the value of attribute createdDate.



882
883
884
# File 'lib/etapper/api/service.rb', line 882

def createdDate
  @createdDate
end

#dateObject

Returns the value of attribute date.



883
884
885
# File 'lib/etapper/api/service.rb', line 883

def date
  @date
end

#definedValuesObject

Returns the value of attribute definedValues.



884
885
886
# File 'lib/etapper/api/service.rb', line 884

def definedValues
  @definedValues
end

#finalObject

Returns the value of attribute final.



885
886
887
# File 'lib/etapper/api/service.rb', line 885

def final
  @final
end

#fundObject

Returns the value of attribute fund.



886
887
888
# File 'lib/etapper/api/service.rb', line 886

def fund
  @fund
end

#fundraiserObject

Returns the value of attribute fundraiser.



887
888
889
# File 'lib/etapper/api/service.rb', line 887

def fundraiser
  @fundraiser
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



888
889
890
# File 'lib/etapper/api/service.rb', line 888

def lastModifiedDate
  @lastModifiedDate
end

#letterObject

Returns the value of attribute letter.



889
890
891
# File 'lib/etapper/api/service.rb', line 889

def letter
  @letter
end

#noteObject

Returns the value of attribute note.



890
891
892
# File 'lib/etapper/api/service.rb', line 890

def note
  @note
end

#offsettingRefObject

Returns the value of attribute offsettingRef.



891
892
893
# File 'lib/etapper/api/service.rb', line 891

def offsettingRef
  @offsettingRef
end

#receiptObject

Returns the value of attribute receipt.



892
893
894
# File 'lib/etapper/api/service.rb', line 892

def receipt
  @receipt
end

#refObject

Returns the value of attribute ref.



893
894
895
# File 'lib/etapper/api/service.rb', line 893

def ref
  @ref
end

#typeObject

Returns the value of attribute type.



894
895
896
# File 'lib/etapper/api/service.rb', line 894

def type
  @type
end

#valuableObject

Returns the value of attribute valuable.



895
896
897
# File 'lib/etapper/api/service.rb', line 895

def valuable
  @valuable
end