Class: SSHKit::Backend::NetsshGlobal::Configuration

Inherits:
Netssh::Configuration
  • Object
show all
Defined in:
lib/sshkit/backends/netssh_global.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directoryObject

Returns the value of attribute directory.



7
8
9
# File 'lib/sshkit/backends/netssh_global.rb', line 7

def directory
  @directory
end

#ownerObject

Returns the value of attribute owner.



7
8
9
# File 'lib/sshkit/backends/netssh_global.rb', line 7

def owner
  @owner
end

#shellObject

Returns the value of attribute shell.



7
8
9
# File 'lib/sshkit/backends/netssh_global.rb', line 7

def shell
  @shell
end

#ssh_commandsObject



10
11
12
# File 'lib/sshkit/backends/netssh_global.rb', line 10

def ssh_commands
  @ssh_commands ||= [:ssh, :git, :'ssh-add', :bundle]
end