Class: Pwl::Dialog::GnomePasswordDialog
- Inherits:
-
GnomeDialog
- Object
- Base
- SystemDialog
- GnomeDialog
- Pwl::Dialog::GnomePasswordDialog
- Defined in:
- lib/pwl/dialog/gnome.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#command ⇒ Object
Returns the OS command that is required to ask the user for a password.
Methods inherited from SystemDialog
Methods inherited from Base
Constructor Details
This class inherits a constructor from Pwl::Dialog::Base
Instance Method Details
#command ⇒ Object
Returns the OS command that is required to ask the user for a password.
13 14 15 |
# File 'lib/pwl/dialog/gnome.rb', line 13 def command "#{super} --entry --hide-text --text \"#{prompt}\"" end |