Class: Dru::Config

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
Singleton
Defined in:
lib/dru/config.rb

Constant Summary collapse

DEFAULT =
{
  'docker_projects_folder' => "~/.dru" 
}.freeze

Instance Attribute Summary collapse

Instance Attribute Details

#config_file_pathObject

Returns the value of attribute config_file_path.



17
18
19
# File 'lib/dru/config.rb', line 17

def config_file_path
  @config_file_path
end