Module: VaultGUI

Defined in:
lib/gui.rb

Defined Under Namespace

Classes: AddPopup, EditPopup, ErrorPopup, GUI, GUILauncher, InfoPopup, PasswordList, PasswordPopup, ViewPopup

Constant Summary collapse

TIMEOUT =
300
@@vault =

Initialize the vault

Vault.new

Class Method Summary collapse

Class Method Details

.vaultObject

Return the vault associated to the GUI.



12
13
14
# File 'lib/gui.rb', line 12

def self.vault
  return @@vault
end