Class: DR::URI::Ssh

Inherits:
Wrapper
  • Object
show all
Defined in:
lib/dr/base/uri.rb

Class Method Summary collapse

Methods inherited from Wrapper

get_uri_object, #initialize, #uri, #uri=

Methods included from URIHelpers

#reverse_merge, #soft_merge, #strip_user, #to_h, #to_json, #to_public

Constructor Details

This class inherits a constructor from DR::URI::Wrapper

Class Method Details

.parse(s) ⇒ Object



208
209
210
# File 'lib/dr/base/uri.rb', line 208

def self.parse(s)
  new(::URI::Ssh.parse(s))
end