Class: Cognizant::Process::Execution::ExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Cognizant::Process::Execution::ExecutionResult
- Defined in:
- lib/cognizant/process/execution.rb
Instance Attribute Summary collapse
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#succeeded ⇒ Object
(also: #succeeded?)
Returns the value of attribute succeeded.
Instance Attribute Details
#exit_code ⇒ Object
Returns the value of attribute exit_code
6 7 8 |
# File 'lib/cognizant/process/execution.rb', line 6 def exit_code @exit_code end |
#pid ⇒ Object
Returns the value of attribute pid
6 7 8 |
# File 'lib/cognizant/process/execution.rb', line 6 def pid @pid end |
#stderr ⇒ Object
Returns the value of attribute stderr
6 7 8 |
# File 'lib/cognizant/process/execution.rb', line 6 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
6 7 8 |
# File 'lib/cognizant/process/execution.rb', line 6 def stdout @stdout end |
#succeeded ⇒ Object Also known as: succeeded?
Returns the value of attribute succeeded
6 7 8 |
# File 'lib/cognizant/process/execution.rb', line 6 def succeeded @succeeded end |