Class: Etapper::API::QueryResultStats
- Inherits:
-
Object
- Object
- Etapper::API::QueryResultStats
- Defined in:
- lib/etapper/api/service.rb
Overview
Instance Attribute Summary collapse
-
#gifted ⇒ Object
Returns the value of attribute gifted.
-
#journalEntryCount ⇒ Object
Returns the value of attribute journalEntryCount.
-
#pledged ⇒ Object
Returns the value of attribute pledged.
-
#raised ⇒ Object
Returns the value of attribute raised.
-
#received ⇒ Object
Returns the value of attribute received.
-
#transactionCount ⇒ Object
Returns the value of attribute transactionCount.
Instance Method Summary collapse
-
#initialize(gifted = nil, journalEntryCount = nil, pledged = nil, raised = nil, received = nil, transactionCount = nil) ⇒ QueryResultStats
constructor
A new instance of QueryResultStats.
Constructor Details
#initialize(gifted = nil, journalEntryCount = nil, pledged = nil, raised = nil, received = nil, transactionCount = nil) ⇒ QueryResultStats
Returns a new instance of QueryResultStats.
2146 2147 2148 2149 2150 2151 2152 2153 |
# File 'lib/etapper/api/service.rb', line 2146 def initialize(gifted = nil, journalEntryCount = nil, pledged = nil, raised = nil, received = nil, transactionCount = nil) @gifted = gifted @journalEntryCount = journalEntryCount @pledged = pledged @raised = raised @received = received @transactionCount = transactionCount end |
Instance Attribute Details
#gifted ⇒ Object
Returns the value of attribute gifted.
2139 2140 2141 |
# File 'lib/etapper/api/service.rb', line 2139 def gifted @gifted end |
#journalEntryCount ⇒ Object
Returns the value of attribute journalEntryCount.
2140 2141 2142 |
# File 'lib/etapper/api/service.rb', line 2140 def journalEntryCount @journalEntryCount end |
#pledged ⇒ Object
Returns the value of attribute pledged.
2141 2142 2143 |
# File 'lib/etapper/api/service.rb', line 2141 def pledged @pledged end |
#raised ⇒ Object
Returns the value of attribute raised.
2142 2143 2144 |
# File 'lib/etapper/api/service.rb', line 2142 def raised @raised end |
#received ⇒ Object
Returns the value of attribute received.
2143 2144 2145 |
# File 'lib/etapper/api/service.rb', line 2143 def received @received end |
#transactionCount ⇒ Object
Returns the value of attribute transactionCount.
2144 2145 2146 |
# File 'lib/etapper/api/service.rb', line 2144 def transactionCount @transactionCount end |