Module: CMDx::Workflow
- Defined in:
- lib/cmdx/workflow.rb
Overview
Defined Under Namespace
Modules: ClassMethods Classes: ExecutionGroup
Class Method Summary collapse
- .included(base) ⇒ void private
Instance Method Summary collapse
-
#work ⇒ void
Runs the workflow’s pipeline.
Class Method Details
.included(base) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
This method returns an undefined value.
98 99 100 |
# File 'lib/cmdx/workflow.rb', line 98 def self.included(base) base.extend(ClassMethods) end |