Class: VaultGUI::ViewPopup
Instance Method Summary collapse
-
#initialize(parent) ⇒ ViewPopup
constructor
A new instance of ViewPopup.
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 |