Class: Bipbop::Client::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/bipbop/config.rb

Constant Summary collapse

@@key =
'6057b71263c21e4ada266c9d4d4da613'

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Config

Returns a new instance of Config.



5
6
7
# File 'lib/bipbop/config.rb', line 5

def initialize(config)
  @@key = config[:bipbop_api_key]
end

Class Method Details

.keyObject



8
9
10
# File 'lib/bipbop/config.rb', line 8

def self.key
  @@key
end