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.
Adds the gnome-terminal profile name to the list of attributes supported by SSHMenu::HostItem.
# File lib/gnome-sshmenu.rb, line 316 def HostItem.attributes super + [ :profile ] end