module OpenStates::Client::States
Public Instance Methods
state(abbreviation, options = {})
click to toggle source
# File lib/openstates/client/states.rb, line 8 def state(abbreviation, options = {}) get("metadata/#{abbreviation}", options) end
states(options = {})
click to toggle source
# File lib/openstates/client/states.rb, line 4 def states(options = {}) get("metadata", options) end