Module: GAVerify::Paths
- Defined in:
- lib/ga_verify/paths.rb
Class Method Summary collapse
Class Method Details
.config_path(user) ⇒ Object
7 8 9 |
# File 'lib/ga_verify/paths.rb', line 7 def self.config_path user "/home/#{user}/.google_authenticator" end |
.default_socket ⇒ Object
3 4 5 |
# File 'lib/ga_verify/paths.rb', line 3 def self.default_socket '/var/run/ga_verifyd.sock' end |