Class: WorkflowKit::TestBrick
- Inherits:
-
Brick
- Object
- Brick
- WorkflowKit::TestBrick
- Defined in:
- app/models/workflow_kit/test_brick.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
4 5 6 |
# File 'app/models/workflow_kit/test_brick.rb', line 4 def description "This is a dummy description of the workflow brick 'TestBrick'." end |
#execute(params = {}) ⇒ Object
8 9 10 |
# File 'app/models/workflow_kit/test_brick.rb', line 8 def execute( params = {} ) return "TestBrick has been executed." end |