Class: CMDx::Workflow::ExecutionGroup

Inherits:
Data
  • Object
show all
Defined in:
lib/cmdx/workflow.rb

Overview

Immutable declaration of a task group.

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



93
94
95
# File 'lib/cmdx/workflow.rb', line 93

def options
  @options
end

#tasksObject (readonly)

Returns the value of attribute tasks

Returns:

  • (Object)

    the current value of tasks



93
94
95
# File 'lib/cmdx/workflow.rb', line 93

def tasks
  @tasks
end