Class: Hercules::CommandRunner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/command_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#outputObject

Returns the value of attribute output

Returns:

  • (Object)

    the current value of output



12
13
14
# File 'lib/command_runner.rb', line 12

def output
  @output
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



12
13
14
# File 'lib/command_runner.rb', line 12

def success
  @success
end