class InfluenceExplorer::Grants

Public Class Methods

new(options) click to toggle source
# File lib/influence_explorer/grants.rb, line 3
def initialize(options)
   @data = InfluenceExplorer.request('grants.json', options)
end