Object
@private
# File lib/sshkit/host.rb, line 97 def initialize(host_string) @host_string = host_string end
# File lib/sshkit/host.rb, line 93 def self.suitable?(host_string) !host_string.match /[:|@]/ end
# File lib/sshkit/host.rb, line 113 def attributes [username, hostname, port] end
# File lib/sshkit/host.rb, line 109 def hostname @host_string end
# File lib/sshkit/host.rb, line 105 def port end
# File lib/sshkit/host.rb, line 101 def username end
[Validate]
Generated with the Darkfish Rdoc Generator 2.