Class: Helm::CommandRunner::CommandExecution

Inherits:
Struct
  • Object
show all
Defined in:
lib/helm/command-runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



5
6
7
# File 'lib/helm/command-runner.rb', line 5

def result
  @result
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



5
6
7
# File 'lib/helm/command-runner.rb', line 5

def server
  @server
end