class InfluenceExplorer::Lobbying

Public Class Methods

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