Class: Cognizant::Process::Execution::ExecutionResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/cognizant/process/execution.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code

Returns:

  • (Object)

    the current value of exit_code



6
7
8
# File 'lib/cognizant/process/execution.rb', line 6

def exit_code
  @exit_code
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



6
7
8
# File 'lib/cognizant/process/execution.rb', line 6

def pid
  @pid
end

#stderrObject

Returns the value of attribute stderr

Returns:

  • (Object)

    the current value of stderr



6
7
8
# File 'lib/cognizant/process/execution.rb', line 6

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



6
7
8
# File 'lib/cognizant/process/execution.rb', line 6

def stdout
  @stdout
end

#succeededObject Also known as: succeeded?

Returns the value of attribute succeeded

Returns:

  • (Object)

    the current value of succeeded



6
7
8
# File 'lib/cognizant/process/execution.rb', line 6

def succeeded
  @succeeded
end