Class: Indocker::IndockerHelper

Inherits:
Object
  • Object
show all
Defined in:
lib/indocker/indocker_helper.rb

Constant Summary collapse

INDOCKER_FOLDER =
'indocker'.freeze

Class Method Summary collapse

Class Method Details

.indocker_dirObject



5
6
7
# File 'lib/indocker/indocker_helper.rb', line 5

def indocker_dir
  File.join(Indocker.deploy_dir, INDOCKER_FOLDER)
end