Module: Secros::Paths

Included in:
Secros
Defined in:
lib/secros/paths.rb

Instance Method Summary collapse

Instance Method Details

#root_pathObject



2
3
4
# File 'lib/secros/paths.rb', line 2

def root_path
  @root_path
end

#secret_files_pathObject



10
11
12
# File 'lib/secros/paths.rb', line 10

def secret_files_path
  File.join(root_path, 'files')
end

#secrets_pathObject



6
7
8
# File 'lib/secros/paths.rb', line 6

def secrets_path
  File.join(root_path, 'secrets.yml')
end