Class: InfluenceExplorer::Lobbying

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

Instance Method Summary collapse

Constructor Details

#initialize(options) ⇒ Lobbying

Returns a new instance of Lobbying.



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

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