Class: OpenSandbox::Execd::Commands::CommandResult

Inherits:
Data
  • Object
show all
Defined in:
lib/open_sandbox/execd/commands.rb

Instance Attribute Summary collapse

Instance Attribute Details

#execution_time_msObject (readonly)

Returns the value of attribute execution_time_ms

Returns:

  • (Object)

    the current value of execution_time_ms



6
7
8
# File 'lib/open_sandbox/execd/commands.rb', line 6

def execution_time_ms
  @execution_time_ms
end

#exit_codeObject (readonly)

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



6
7
8
# File 'lib/open_sandbox/execd/commands.rb', line 6

def exit_code
  @exit_code
end

#stderrObject (readonly)

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



6
7
8
# File 'lib/open_sandbox/execd/commands.rb', line 6

def stderr
  @stderr
end

#stdoutObject (readonly)

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



6
7
8
# File 'lib/open_sandbox/execd/commands.rb', line 6

def stdout
  @stdout
end