Class: VaultGUI::ViewPopup

Inherits:
InfoPopup show all
Defined in:
lib/gui.rb

Instance Method Summary collapse

Methods inherited from InfoPopup

#get_login_value, #get_name_value, #get_password_value, #set_login_value, #set_name_value, #set_password_value

Constructor Details

#initialize(parent) ⇒ ViewPopup

Returns a new instance of ViewPopup.



266
267
268
# File 'lib/gui.rb', line 266

def initialize(parent)
  super(parent, "View entry", false, false, false)
end