Class: UpdateCurrentCallsWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/update_current_calls_worker.rb

Overview

Sidekiq worker: update current calls.

Instance Method Summary collapse

Instance Method Details

#performObject

Runs the job.

Returns:

  • (Object)

    the result



12
13
14
# File 'app/workers/update_current_calls_worker.rb', line 12

def perform
  Phone::BroadcastCallStatus.new.perform
end