class CongressV3::Config

Public Class Methods

api_key() click to toggle source
# File lib/congress_v3/config.rb, line 5
def self.api_key
  @@api_key
end
api_key=(new_key) click to toggle source
# File lib/congress_v3/config.rb, line 9
def self.api_key=(new_key)
  @@api_key = new_key
end