Sha256: dd2117489911cbf0ec742223ca9f0c90c3b7c5d6c0249a3ed7318eeb180320ae
Contents?: true
Size: 204 Bytes
Versions: 2
Compression:
Stored size: 204 Bytes
Contents
module Clever class Configuration attr_accessor :api_key, :token, :api_base def initialize @api_key = nil @token = nil @api_base = 'https://api.clever.com/' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clever-ruby-0.3.1 | lib/clever-ruby/configuration.rb |
clever-ruby-0.3.0 | lib/clever-ruby/configuration.rb |