Class: Temporal::Workflow::Command::CompleteWorkflow

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporal/workflow/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



12
13
14
# File 'lib/temporal/workflow/command.rb', line 12

def result
  @result
end