Module: SSHTunnel::UI::Helpers::HostWindowHelper::ClassMethods

Defined in:
lib/ssh-hull/ui/helpers/host_window_helper.rb

Instance Method Summary collapse

Instance Method Details

#initObject



40
41
42
43
44
# File 'lib/ssh-hull/ui/helpers/host_window_helper.rb', line 40

def init
  bind_buttons(FORM_BUTTONS)
  bind_form_fields(FORM_FIELDS.keys)
  bind_template_child 'tunnels_scrolled_window'
end