Class: Cadence::Workflow::Decision::CompleteWorkflow

Inherits:
Struct
  • Object
show all
Defined in:
lib/cadence/workflow/decision.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'lib/cadence/workflow/decision.rb', line 11

def result
  @result
end