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



9
10
11
# File 'app/workers/update_current_calls_worker.rb', line 9

def perform
  Phone::BroadcastCallStatus.new.perform
end