Class: InfluenceExplorer::Grants

Inherits:
Object
  • Object
show all
Defined in:
lib/influence_explorer/grants.rb

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Grants

Returns a new instance of Grants.



3
4
5
# File 'lib/influence_explorer/grants.rb', line 3

def initialize(options)
   @data = InfluenceExplorer.request('grants.json', options)
end