Class: Chocomint::Orchestrator::StepResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/chocomint/orchestrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



25
26
27
# File 'lib/chocomint/orchestrator.rb', line 25

def error
  @error
end

#machine_okObject

Returns the value of attribute machine_ok

Returns:

  • (Object)

    the current value of machine_ok



25
26
27
# File 'lib/chocomint/orchestrator.rb', line 25

def machine_ok
  @machine_ok
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



25
26
27
# File 'lib/chocomint/orchestrator.rb', line 25

def result
  @result
end