Class: CMDx::Workflow::ExecutionGroup
- Inherits:
-
Data
- Object
- Data
- CMDx::Workflow::ExecutionGroup
- Defined in:
- lib/cmdx/workflow.rb
Overview
Immutable declaration of a task group.
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
-
#tasks ⇒ Object
readonly
Returns the value of attribute tasks.
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options
93 94 95 |
# File 'lib/cmdx/workflow.rb', line 93 def @options end |
#tasks ⇒ Object (readonly)
Returns the value of attribute tasks
93 94 95 |
# File 'lib/cmdx/workflow.rb', line 93 def tasks @tasks end |