Module: SSHTunnel::UI::Helpers::ApplicationWindowHelper::ClassMethods
- Defined in:
- lib/ssh-hull/ui/helpers/application_window_helper.rb
Constant Summary collapse
- MENU_ITEMS =
- %w[quit about].freeze 
- TOOLBAR_BUTTONS =
- %w[add edit remove start stop].freeze 
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
| 25 26 27 28 | # File 'lib/ssh-hull/ui/helpers/application_window_helper.rb', line 25 def init (MENU_ITEMS) (TOOLBAR_BUTTONS) end |