Module: Tembin::Redash

Defined in:
lib/tembin/redash/query.rb,
lib/tembin/redash/client.rb,
lib/tembin/redash.rb

Defined Under Namespace

Classes: Client, Query

Class Method Summary collapse

Class Method Details

.configObject



6
7
8
9
10
11
12
# File 'lib/tembin/redash.rb', line 6

def self.config
  @config ||= {
    api_key:               nil,
    host:                  nil,
    authorized_user_email: nil,
  }
end

.config=(value) ⇒ Object



2
3
4
# File 'lib/tembin/redash.rb', line 2

def self.config=(value)
  @config = value
end