Class | Ruote::Participant |
In: |
lib/ruote/part/participant.rb
|
Parent: | Object |
A simple stub class for participants.
Used mostly as in:
class MyParticipant < Ruote::Participant def on_workitem workitem.fields['tag'] = 'kilroy was here' end end