Class: RunSSHLib::HostDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/runsshlib.rb

Overview

A placeholder for host definitions

Instance Attribute Summary collapse

Instance Attribute Details

#loginObject

Returns the value of attribute login

Returns:

  • (Object)

    the current value of login



48
49
50
# File 'lib/runsshlib.rb', line 48

def 
  @login
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/runsshlib.rb', line 48

def name
  @name
end