Class: Harness::ResqueQueue::SendCounter

Inherits:
Job
  • Object
show all
Defined in:
lib/harness/queues/resque_queue.rb

Class Method Summary collapse

Methods inherited from Job

#log

Class Method Details

.perform(attributes) ⇒ Object



15
16
17
18
# File 'lib/harness/queues/resque_queue.rb', line 15

def self.perform(attributes)
  counter = Counter.new attributes
  new.log counter
end