Sha256: 9bb8ca07017fe314c5eed1d0b1b20561ea3c71d5d49ea772fd75c2f184b7bdf2
Contents?: true
Size: 229 Bytes
Versions: 3
Compression:
Stored size: 229 Bytes
Contents
require "sunlight/congress/version" require "sunlight/congress/legislator" module Sunlight module Congress def self.api_key @api_key end def self.api_key=(api_key) @api_key = api_key end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sunlight-congress-1.1.0 | lib/sunlight/congress.rb |
sunlight-congress-1.0.0 | lib/sunlight/congress.rb |
sunlight-congress-0.0.1 | lib/sunlight/congress.rb |