Class: Cadence::Workflow::Decision::FailWorkflow

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

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



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

def details
  @details
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



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

def reason
  @reason
end