Class: SSHKit::Backend::Docker::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/sshkit/backend/docker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ptyObject

Returns the value of attribute pty.



12
13
14
# File 'lib/sshkit/backend/docker.rb', line 12

def pty
  @pty
end

#use_sudoObject

Returns the value of attribute use_sudo.



12
13
14
# File 'lib/sshkit/backend/docker.rb', line 12

def use_sudo
  @use_sudo
end