class Bipbop::Client::Config

Public Class Methods

key() click to toggle source
# File lib/bipbop/config.rb, line 8
def self.key
  @@key
end
new(config) click to toggle source
# File lib/bipbop/config.rb, line 5
def initialize(config)
  @@key = config[:bipbop_api_key]
end