Class: Octo::Callbacks
- Inherits:
-
Object
- Object
- Octo::Callbacks
- Includes:
- Hooks, OctoHooks
- Defined in:
- lib/octocore-mongo/callbacks.rb
Overview
The class responsible for handling callbacks.
You must never need to make changes here
Class Method Summary collapse
Class Method Details
.callback_update(msg) ⇒ Object
111 112 113 |
# File 'lib/octocore-mongo/callbacks.rb', line 111 def callback_update(msg) update_counters msg end |