Class: Sequent::Core::Workflows
- Inherits:
-
Object
- Object
- Sequent::Core::Workflows
- Defined in:
- lib/sequent/core/workflow.rb
Overview
Utility class containing all subclasses of Workflow.
Class Method Summary collapse
Class Method Details
.all ⇒ Object
60 61 62 |
# File 'lib/sequent/core/workflow.rb', line 60 def all workflows end |
.find(workflow_name) ⇒ Object
64 65 66 |
# File 'lib/sequent/core/workflow.rb', line 64 def find(workflow_name) workflows.find { |c| c.name == workflow_name } end |