Class: Etapper::API::JournalSummary

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

Overview

etapestryAPI/serviceJournalSummary

accountName - SOAP::SOAPString
accountRef - SOAP::SOAPString
lifetimeGivingTotal - SOAP::SOAPDouble
lifetimePledgedTotal - SOAP::SOAPDouble
lifetimeTransactionCount - SOAP::SOAPInt
oneYearAgoGivingAmount - SOAP::SOAPDouble
oneYearAgoPledgedAmount - SOAP::SOAPDouble
oneYearAgoTransactionCount - SOAP::SOAPInt
yearToDateGivingTotal - SOAP::SOAPDouble
yearToDatePledgedTotal - SOAP::SOAPDouble
yearToDateTransactionCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(accountName = nil, accountRef = nil, lifetimeGivingTotal = nil, lifetimePledgedTotal = nil, lifetimeTransactionCount = nil, oneYearAgoGivingAmount = nil, oneYearAgoPledgedAmount = nil, oneYearAgoTransactionCount = nil, yearToDateGivingTotal = nil, yearToDatePledgedTotal = nil, yearToDateTransactionCount = nil) ⇒ JournalSummary

Returns a new instance of JournalSummary.



2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
# File 'lib/etapper/api/service.rb', line 2421

def initialize(accountName = nil, accountRef = nil, lifetimeGivingTotal = nil, lifetimePledgedTotal = nil, lifetimeTransactionCount = nil, oneYearAgoGivingAmount = nil, oneYearAgoPledgedAmount = nil, oneYearAgoTransactionCount = nil, yearToDateGivingTotal = nil, yearToDatePledgedTotal = nil, yearToDateTransactionCount = nil)
  @accountName = accountName
  @accountRef = accountRef
  @lifetimeGivingTotal = lifetimeGivingTotal
  @lifetimePledgedTotal = lifetimePledgedTotal
  @lifetimeTransactionCount = lifetimeTransactionCount
  @oneYearAgoGivingAmount = oneYearAgoGivingAmount
  @oneYearAgoPledgedAmount = oneYearAgoPledgedAmount
  @oneYearAgoTransactionCount = oneYearAgoTransactionCount
  @yearToDateGivingTotal = yearToDateGivingTotal
  @yearToDatePledgedTotal = yearToDatePledgedTotal
  @yearToDateTransactionCount = yearToDateTransactionCount
end

Instance Attribute Details

#accountNameObject

Returns the value of attribute accountName.



2409
2410
2411
# File 'lib/etapper/api/service.rb', line 2409

def accountName
  @accountName
end

#accountRefObject

Returns the value of attribute accountRef.



2410
2411
2412
# File 'lib/etapper/api/service.rb', line 2410

def accountRef
  @accountRef
end

#lifetimeGivingTotalObject

Returns the value of attribute lifetimeGivingTotal.



2411
2412
2413
# File 'lib/etapper/api/service.rb', line 2411

def lifetimeGivingTotal
  @lifetimeGivingTotal
end

#lifetimePledgedTotalObject

Returns the value of attribute lifetimePledgedTotal.



2412
2413
2414
# File 'lib/etapper/api/service.rb', line 2412

def lifetimePledgedTotal
  @lifetimePledgedTotal
end

#lifetimeTransactionCountObject

Returns the value of attribute lifetimeTransactionCount.



2413
2414
2415
# File 'lib/etapper/api/service.rb', line 2413

def lifetimeTransactionCount
  @lifetimeTransactionCount
end

#oneYearAgoGivingAmountObject

Returns the value of attribute oneYearAgoGivingAmount.



2414
2415
2416
# File 'lib/etapper/api/service.rb', line 2414

def oneYearAgoGivingAmount
  @oneYearAgoGivingAmount
end

#oneYearAgoPledgedAmountObject

Returns the value of attribute oneYearAgoPledgedAmount.



2415
2416
2417
# File 'lib/etapper/api/service.rb', line 2415

def oneYearAgoPledgedAmount
  @oneYearAgoPledgedAmount
end

#oneYearAgoTransactionCountObject

Returns the value of attribute oneYearAgoTransactionCount.



2416
2417
2418
# File 'lib/etapper/api/service.rb', line 2416

def oneYearAgoTransactionCount
  @oneYearAgoTransactionCount
end

#yearToDateGivingTotalObject

Returns the value of attribute yearToDateGivingTotal.



2417
2418
2419
# File 'lib/etapper/api/service.rb', line 2417

def yearToDateGivingTotal
  @yearToDateGivingTotal
end

#yearToDatePledgedTotalObject

Returns the value of attribute yearToDatePledgedTotal.



2418
2419
2420
# File 'lib/etapper/api/service.rb', line 2418

def yearToDatePledgedTotal
  @yearToDatePledgedTotal
end

#yearToDateTransactionCountObject

Returns the value of attribute yearToDateTransactionCount.



2419
2420
2421
# File 'lib/etapper/api/service.rb', line 2419

def yearToDateTransactionCount
  @yearToDateTransactionCount
end