Class: DTK::Client::Config

Inherits:
Hash
  • Object
show all
Includes:
ParseFile, Singleton
Defined in:
lib/core.rb

Constant Summary collapse

CONFIG_FILE =
::DTK::Client::Configurator::CONFIG_FILE
CRED_FILE =
::DTK::Client::Configurator::CRED_FILE
REQUIRED_KEYS =
[:server_host]

Class Method Summary collapse

Methods included from ParseFile

#parse_key_value_file

Class Method Details

.[](k) ⇒ Object



245
246
247
# File 'lib/core.rb', line 245

def self.[](k)
  Config.instance[k]
end