Class GnomeSSHMenu::HostItem
In: lib/gnome-sshmenu.rb  (Git)
Parent: SSHMenu::HostItem

Inherits from SSHMenu::HostItem and adds support for storing the selected gnome-terminal profile name.

Methods

Public Class methods

Adds the gnome-terminal profile name to the list of attributes supported by SSHMenu::HostItem.

[Source]

# File lib/gnome-sshmenu.rb, line 316
    def HostItem.attributes
      super + [ :profile ]
    end

[Validate]