module OpenStates::Client::Bills

Public Instance Methods

bill(id, options = {}) click to toggle source
# File lib/openstates/client/bills.rb, line 8
def bill(id, options = {})
  get("bills/#{id}", options)
end
bills(options = {}) click to toggle source
# File lib/openstates/client/bills.rb, line 4
def bills(options = {})
  get("bills", options)
end