Class: Installation::Console::Plugins::ConsoleButtonPlugin

Inherits:
MenuPlugin
  • Object
show all
Defined in:
src/lib/installation/console/plugins/console_button.rb

Overview

define the plugin

Instance Method Summary collapse

Methods inherited from MenuPlugin

inherited, plugins, widgets

Instance Method Details

#orderObject

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

#widgetObject



48
49
50
# File 'src/lib/installation/console/plugins/console_button.rb', line 48

def widget
  ConsoleButton.new
end