Module: Kublog::Processor
- Defined in:
- lib/kublog/processor.rb
Class Method Summary collapse
-
.work(task) ⇒ Object
Proxy method that calls the configuration specified processor.
Class Method Details
.work(task) ⇒ Object
Proxy method that calls the configuration specified processor
10 11 12 |
# File 'lib/kublog/processor.rb', line 10 def self.work(task) self.send(Kublog.notification_processing, task) end |