Class: Phronomy::WorkflowRunner::Execution Private

Inherits:
Data
  • Object
show all
Defined in:
lib/phronomy/workflow_runner.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject (readonly)

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



19
20
21
# File 'lib/phronomy/workflow_runner.rb', line 19

def context
  @context
end

#persistObject (readonly)

Returns the value of attribute persist

Returns:

  • (Object)

    the current value of persist



19
20
21
# File 'lib/phronomy/workflow_runner.rb', line 19

def persist
  @persist
end

#recursion_limitObject (readonly)

Returns the value of attribute recursion_limit

Returns:

  • (Object)

    the current value of recursion_limit



19
20
21
# File 'lib/phronomy/workflow_runner.rb', line 19

def recursion_limit
  @recursion_limit
end

#storeObject (readonly)

Returns the value of attribute store

Returns:

  • (Object)

    the current value of store



19
20
21
# File 'lib/phronomy/workflow_runner.rb', line 19

def store
  @store
end

#thread_idObject (readonly)

Returns the value of attribute thread_id

Returns:

  • (Object)

    the current value of thread_id



19
20
21
# File 'lib/phronomy/workflow_runner.rb', line 19

def thread_id
  @thread_id
end