Class: CallBlockWorker

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

Overview

Sidekiq worker: call block.

Instance Method Summary collapse

Instance Method Details

#performObject



7
8
9
# File 'app/workers/call_block_worker.rb', line 7

def perform
  CallBlock.import_daily_data
end