Class: CMDx::Workflow::ExecutionGroup
- Inherits:
-
Struct
- Object
- Struct
- CMDx::Workflow::ExecutionGroup
- Defined in:
- lib/cmdx/workflow.rb
Overview
Represents a group of tasks with shared execution options.
Instance Attribute Summary collapse
-
#options ⇒ Hash
Configuration options for the group.
-
#tasks ⇒ Array<Class>
Array of task classes in this group.
Instance Attribute Details
#options ⇒ Hash
Configuration options for the group
81 82 83 |
# File 'lib/cmdx/workflow.rb', line 81 def @options end |
#tasks ⇒ Array<Class>
Array of task classes in this group
81 82 83 |
# File 'lib/cmdx/workflow.rb', line 81 def tasks @tasks end |