Class: Chocomint::Orchestrator::StepResult
- Inherits:
-
Struct
- Object
- Struct
- Chocomint::Orchestrator::StepResult
- Defined in:
- lib/chocomint/orchestrator.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#machine_ok ⇒ Object
Returns the value of attribute machine_ok.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
25 26 27 |
# File 'lib/chocomint/orchestrator.rb', line 25 def error @error end |
#machine_ok ⇒ Object
Returns the value of attribute machine_ok
25 26 27 |
# File 'lib/chocomint/orchestrator.rb', line 25 def machine_ok @machine_ok end |
#result ⇒ Object
Returns the value of attribute result
25 26 27 |
# File 'lib/chocomint/orchestrator.rb', line 25 def result @result end |