Class: DeployGate::Config::Credential

Inherits:
Base
  • Object
show all
Defined in:
lib/deploygate/config/credential.rb

Class Method Summary collapse

Methods inherited from Base

exist?, read, write

Class Method Details

.file_pathString

Returns:

  • (String)


6
7
8
# File 'lib/deploygate/config/credential.rb', line 6

def file_path
  File.join(ENV["HOME"], '.dg/credentials')
end