Class: StackMate::Output
- Inherits:
-
Ruote::Participant
- Object
- Ruote::Participant
- StackMate::Output
- Includes:
- Logging
- Defined in:
- lib/stackmate/participants/common.rb
Instance Method Summary collapse
Methods included from Logging
configure_logger_for, #logger, logger_for
Instance Method Details
#on_workitem ⇒ Object
51 52 53 54 55 56 |
# File 'lib/stackmate/participants/common.rb', line 51 def on_workitem #p workitem.fields.keys logger.debug "Entering #{workitem.participant_name} " logger.debug "Done" reply end |