Class: Adamantite::AdamantiteApp
- Inherits:
-
Object
- Object
- Adamantite::AdamantiteApp
- Includes:
- AdamantiteFileUtils, Glimmer::LibUI::Application
- Defined in:
- lib/adamantite.rb
Instance Attribute Summary collapse
-
#add_password_request ⇒ Object
Returns the value of attribute add_password_request.
-
#stored_passwords ⇒ Object
Returns the value of attribute stored_passwords.
Method Summary
Methods included from AdamantiteFileUtils
#delete_pw_file, #get_license_key, #get_master_encrypted_vault_key, #get_master_password_hash, #get_master_password_info, #get_master_password_salt, #get_pw_file, #get_stored_pws, #has_license_key?, #home_dir, #make_password_dir, #make_pwmanager_dir, #master_password_exists?, #password_file, #pw_file, #pw_file_exists?, #pwmanager_dir, #pwmanager_dir_exists?, #pwmanager_tmp_dir, #read_file, #write_pw_to_file, #write_to_file
Instance Attribute Details
#add_password_request ⇒ Object
Returns the value of attribute add_password_request.
27 28 29 |
# File 'lib/adamantite.rb', line 27 def add_password_request @add_password_request end |
#stored_passwords ⇒ Object
Returns the value of attribute stored_passwords.
27 28 29 |
# File 'lib/adamantite.rb', line 27 def stored_passwords @stored_passwords end |