struct

Shellmin::HostInfo

Inherits Struct < Value < Object

Host connection information

Constructors

new(name : String, host : String, user : String, port : Int32, key_path : String | Nil, password : String | Nil)
Source

Instance methods

clone
Source
copy_with(name _name = @name, host _host = @host, user _user = @user, port _port = @port, key_path _key_path = @key_path, password _password = @password)
Source
host
key_path
name
password
port
user