Class: Humpass::Configuration
- Inherits:
-
Object
- Object
- Humpass::Configuration
- Defined in:
- lib/humpass/configuration.rb
Overview
Configuration
Instance Attribute Summary collapse
-
#database_path ⇒ Object
Returns the value of attribute database_path.
-
#master_password ⇒ Object
Returns the value of attribute master_password.
Instance Attribute Details
#database_path ⇒ Object
Returns the value of attribute database_path.
20 21 22 |
# File 'lib/humpass/configuration.rb', line 20 def database_path @database_path end |
#master_password ⇒ Object
Returns the value of attribute master_password.
20 21 22 |
# File 'lib/humpass/configuration.rb', line 20 def master_password @master_password end |