module Sunlight::Congress

Constants

VERSION

Public Class Methods

api_key() click to toggle source
# File lib/sunlight/congress.rb, line 6
def self.api_key
  @api_key
end
api_key=(api_key) click to toggle source
# File lib/sunlight/congress.rb, line 10
def self.api_key=(api_key)
  @api_key = api_key
end