Module: Ngenie

Defined in:
lib/ngenie.rb,
lib/ngenie/cli.rb,
lib/ngenie/builder.rb,
lib/ngenie/version.rb,
lib/ngenie/generator.rb

Defined Under Namespace

Modules: Builder Classes: CLI, Generator

Constant Summary collapse

WORK_PATH =
File.join(ENV['HOME'], '.ngenie') || Dir.pwd
TEMPLATE_PATH =
File.join(WORK_PATH, 'templates')
CONFD_PATH =
File.join(WORK_PATH, 'conf.d')
VERSION =
"0.0.1"

Instance Attribute Summary collapse

Instance Attribute Details

#work_pathObject

Returns the value of attribute work_path.



12
13
14
# File 'lib/ngenie.rb', line 12

def work_path
  @work_path
end