Class: URI::SSH

Inherits:
Generic
  • Object
show all
Includes:
Triplets
Defined in:
lib/uri/ssh.rb

Constant Summary collapse

DEFAULT_PORT =
22
COMPONENT =
[
  :scheme,
  :userinfo,
  :host, :port, :path
].freeze

Instance Attribute Summary

Attributes included from Triplets

#host, #path, #scheme, #user

Method Summary

Methods included from Triplets

#to_s, #triplet?