Class: Temporal::Workflow::Command::FailWorkflow

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

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



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

def exception
  @exception
end