class Namba::Client

Public Class Methods

new() click to toggle source
# File lib/namba/client.rb, line 10
def initialize
  opts = Namba::Config.options
  Config::VALID_KEYS.each do |key|
    instance_variable_set("@#{key}".to_sym, opts[key])
  end
end