Class: Pwl::Dialog::GnomeTextDialog
- Inherits:
-
GnomeDialog
- Object
- Base
- SystemDialog
- GnomeDialog
- Pwl::Dialog::GnomeTextDialog
- 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 text input.
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 text input.
22 23 24 |
# File 'lib/pwl/dialog/gnome.rb', line 22 def command "#{super} --entry --text \"#{prompt}\"" end |