Class: DR::URIWrapper::Ssh

Inherits:
DR::URIWrapper show all
Defined in:
lib/dr/base/uri.rb

Class Method Summary collapse

Methods inherited from DR::URIWrapper

get_uri_object, #initialize, #uri, #uri=

Methods included from DR::URIlikeWrapper

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

Constructor Details

This class inherits a constructor from DR::URIWrapper

Class Method Details

.parse(s) ⇒ Object



212
213
214
# File 'lib/dr/base/uri.rb', line 212

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