Class: SSHKit::Backend::Netssh::Configuration
- Inherits:
-
Object
- Object
- SSHKit::Backend::Netssh::Configuration
- Defined in:
- lib/sshkit/backends/netssh.rb
Instance Attribute Summary collapse
-
#connection_timeout ⇒ Object
Returns the value of attribute connection_timeout.
-
#pty ⇒ Object
Returns the value of attribute pty.
- #ssh_options ⇒ Object
Instance Attribute Details
#connection_timeout ⇒ Object
Returns the value of attribute connection_timeout.
43 44 45 |
# File 'lib/sshkit/backends/netssh.rb', line 43 def connection_timeout @connection_timeout end |
#pty ⇒ Object
Returns the value of attribute pty.
43 44 45 |
# File 'lib/sshkit/backends/netssh.rb', line 43 def pty @pty end |
#ssh_options ⇒ Object
46 47 48 |
# File 'lib/sshkit/backends/netssh.rb', line 46 def @ssh_options || {} end |