module OpenStates::Client::Events
Public Instance Methods
event(id, options = {})
click to toggle source
# File lib/openstates/client/events.rb, line 8 def event(id, options = {}) get("events/#{id}", options) end
events(options = {})
click to toggle source
# File lib/openstates/client/events.rb, line 4 def events(options = {}) get("events", options) end