Class: Etapper::API::QueryResultStats

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

Overview

etapestryAPI/serviceQueryResultStats

gifted - SOAP::SOAPDouble
journalEntryCount - SOAP::SOAPInt
pledged - SOAP::SOAPDouble
raised - SOAP::SOAPDouble
received - SOAP::SOAPDouble
transactionCount - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#giftedObject

Returns the value of attribute gifted.



2139
2140
2141
# File 'lib/etapper/api/service.rb', line 2139

def gifted
  @gifted
end

#journalEntryCountObject

Returns the value of attribute journalEntryCount.



2140
2141
2142
# File 'lib/etapper/api/service.rb', line 2140

def journalEntryCount
  @journalEntryCount
end

#pledgedObject

Returns the value of attribute pledged.



2141
2142
2143
# File 'lib/etapper/api/service.rb', line 2141

def pledged
  @pledged
end

#raisedObject

Returns the value of attribute raised.



2142
2143
2144
# File 'lib/etapper/api/service.rb', line 2142

def raised
  @raised
end

#receivedObject

Returns the value of attribute received.



2143
2144
2145
# File 'lib/etapper/api/service.rb', line 2143

def received
  @received
end

#transactionCountObject

Returns the value of attribute transactionCount.



2144
2145
2146
# File 'lib/etapper/api/service.rb', line 2144

def transactionCount
  @transactionCount
end