class Utils::SshTunnelSpecification

def initialize(spec_string)

Parameters:
  • spec_string (String) -- the specification string defining the SSH
def initialize(spec_string)
  interpret_spec(spec_string)
end