Class: WorkflowKit::TestBrick

Inherits:
Brick
  • Object
show all
Defined in:
app/models/workflow_kit/test_brick.rb

Instance Method Summary collapse

Instance Method Details

#descriptionObject



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