Class: RailVerdict::ProcessRunner::RunResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def detail
  @detail
end

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def exit_code
  @exit_code
end

#signalObject

Returns the value of attribute signal

Returns:

  • (Object)

    the current value of signal



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def signal
  @signal
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def status
  @status
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def stderr
  @stderr
end

#stderr_truncatedObject

Returns the value of attribute stderr_truncated

Returns:

  • (Object)

    the current value of stderr_truncated



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def stderr_truncated
  @stderr_truncated
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def stdout
  @stdout
end

#stdout_truncatedObject

Returns the value of attribute stdout_truncated

Returns:

  • (Object)

    the current value of stdout_truncated



19
20
21
# File 'lib/rail_verdict/process_runner.rb', line 19

def stdout_truncated
  @stdout_truncated
end