Class: SSHKit::Backend::Docker::Configuration
- Inherits:
-
Object
- Object
- SSHKit::Backend::Docker::Configuration
- Defined in:
- lib/sshkit/backend/docker.rb
Instance Attribute Summary collapse
-
#pty ⇒ Object
Returns the value of attribute pty.
-
#use_sudo ⇒ Object
Returns the value of attribute use_sudo.
Instance Attribute Details
#pty ⇒ Object
Returns the value of attribute pty.
12 13 14 |
# File 'lib/sshkit/backend/docker.rb', line 12 def pty @pty end |
#use_sudo ⇒ Object
Returns the value of attribute use_sudo.
12 13 14 |
# File 'lib/sshkit/backend/docker.rb', line 12 def use_sudo @use_sudo end |