Class: Installation::Console::Plugins::ConsoleButtonPlugin
- Inherits:
-
MenuPlugin
- Object
- MenuPlugin
- Installation::Console::Plugins::ConsoleButtonPlugin
- Defined in:
- src/lib/installation/console/plugins/console_button.rb
Overview
define the plugin
Instance Method Summary collapse
-
#order ⇒ Object
this should be the very last button.
- #widget ⇒ Object
Methods inherited from MenuPlugin
Instance Method Details
#order ⇒ Object
this should be the very last button
53 54 55 |
# File 'src/lib/installation/console/plugins/console_button.rb', line 53 def order 1000 end |
#widget ⇒ Object
48 49 50 |
# File 'src/lib/installation/console/plugins/console_button.rb', line 48 def ConsoleButton.new end |