Class: Etapper::API::JournalSummary
- Inherits:
-
Object
- Object
- Etapper::API::JournalSummary
- 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
-
#accountName ⇒ Object
Returns the value of attribute accountName.
-
#accountRef ⇒ Object
Returns the value of attribute accountRef.
-
#lifetimeGivingTotal ⇒ Object
Returns the value of attribute lifetimeGivingTotal.
-
#lifetimePledgedTotal ⇒ Object
Returns the value of attribute lifetimePledgedTotal.
-
#lifetimeTransactionCount ⇒ Object
Returns the value of attribute lifetimeTransactionCount.
-
#oneYearAgoGivingAmount ⇒ Object
Returns the value of attribute oneYearAgoGivingAmount.
-
#oneYearAgoPledgedAmount ⇒ Object
Returns the value of attribute oneYearAgoPledgedAmount.
-
#oneYearAgoTransactionCount ⇒ Object
Returns the value of attribute oneYearAgoTransactionCount.
-
#yearToDateGivingTotal ⇒ Object
Returns the value of attribute yearToDateGivingTotal.
-
#yearToDatePledgedTotal ⇒ Object
Returns the value of attribute yearToDatePledgedTotal.
-
#yearToDateTransactionCount ⇒ Object
Returns the value of attribute yearToDateTransactionCount.
Instance Method Summary collapse
-
#initialize(accountName = nil, accountRef = nil, lifetimeGivingTotal = nil, lifetimePledgedTotal = nil, lifetimeTransactionCount = nil, oneYearAgoGivingAmount = nil, oneYearAgoPledgedAmount = nil, oneYearAgoTransactionCount = nil, yearToDateGivingTotal = nil, yearToDatePledgedTotal = nil, yearToDateTransactionCount = nil) ⇒ JournalSummary
constructor
A new instance of JournalSummary.
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
#accountName ⇒ Object
Returns the value of attribute accountName.
2409 2410 2411 |
# File 'lib/etapper/api/service.rb', line 2409 def accountName @accountName end |
#accountRef ⇒ Object
Returns the value of attribute accountRef.
2410 2411 2412 |
# File 'lib/etapper/api/service.rb', line 2410 def accountRef @accountRef end |
#lifetimeGivingTotal ⇒ Object
Returns the value of attribute lifetimeGivingTotal.
2411 2412 2413 |
# File 'lib/etapper/api/service.rb', line 2411 def lifetimeGivingTotal @lifetimeGivingTotal end |
#lifetimePledgedTotal ⇒ Object
Returns the value of attribute lifetimePledgedTotal.
2412 2413 2414 |
# File 'lib/etapper/api/service.rb', line 2412 def lifetimePledgedTotal @lifetimePledgedTotal end |
#lifetimeTransactionCount ⇒ Object
Returns the value of attribute lifetimeTransactionCount.
2413 2414 2415 |
# File 'lib/etapper/api/service.rb', line 2413 def lifetimeTransactionCount @lifetimeTransactionCount end |
#oneYearAgoGivingAmount ⇒ Object
Returns the value of attribute oneYearAgoGivingAmount.
2414 2415 2416 |
# File 'lib/etapper/api/service.rb', line 2414 def oneYearAgoGivingAmount @oneYearAgoGivingAmount end |
#oneYearAgoPledgedAmount ⇒ Object
Returns the value of attribute oneYearAgoPledgedAmount.
2415 2416 2417 |
# File 'lib/etapper/api/service.rb', line 2415 def oneYearAgoPledgedAmount @oneYearAgoPledgedAmount end |
#oneYearAgoTransactionCount ⇒ Object
Returns the value of attribute oneYearAgoTransactionCount.
2416 2417 2418 |
# File 'lib/etapper/api/service.rb', line 2416 def oneYearAgoTransactionCount @oneYearAgoTransactionCount end |
#yearToDateGivingTotal ⇒ Object
Returns the value of attribute yearToDateGivingTotal.
2417 2418 2419 |
# File 'lib/etapper/api/service.rb', line 2417 def yearToDateGivingTotal @yearToDateGivingTotal end |
#yearToDatePledgedTotal ⇒ Object
Returns the value of attribute yearToDatePledgedTotal.
2418 2419 2420 |
# File 'lib/etapper/api/service.rb', line 2418 def yearToDatePledgedTotal @yearToDatePledgedTotal end |
#yearToDateTransactionCount ⇒ Object
Returns the value of attribute yearToDateTransactionCount.
2419 2420 2421 |
# File 'lib/etapper/api/service.rb', line 2419 def yearToDateTransactionCount @yearToDateTransactionCount end |