module Secros::Paths

Public Instance Methods

root_path() click to toggle source
# File lib/secros/paths.rb, line 2
def root_path
  @root_path
end
secret_files_path() click to toggle source
# File lib/secros/paths.rb, line 10
def secret_files_path
  File.join(root_path, 'files')
end
secrets_path() click to toggle source
# File lib/secros/paths.rb, line 6
def secrets_path
  File.join(root_path, 'secrets.yml')
end