Method: Magent::GenericChannel#dequeue
- Defined in:
- lib/magent/generic_channel.rb
#dequeue ⇒ Object
25 26 27 28 29 |
# File 'lib/magent/generic_channel.rb', line 25 def dequeue if @current_job = self. @current_job["message"] end end |