Class: Redash::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/redash/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_tokenObject

Returns the value of attribute api_token.



8
9
10
# File 'lib/redash/configuration.rb', line 8

def api_token
  @api_token
end

#hostObject

Returns the value of attribute host.



7
8
9
# File 'lib/redash/configuration.rb', line 7

def host
  @host
end