Class: SSHKit::Backend::Netssh::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/sshkit/backends/netssh.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connection_timeoutObject

Returns the value of attribute connection_timeout.



43
44
45
# File 'lib/sshkit/backends/netssh.rb', line 43

def connection_timeout
  @connection_timeout
end

#ptyObject

Returns the value of attribute pty.



43
44
45
# File 'lib/sshkit/backends/netssh.rb', line 43

def pty
  @pty
end

#ssh_optionsObject



46
47
48
# File 'lib/sshkit/backends/netssh.rb', line 46

def ssh_options
  @ssh_options || {}
end