Class: CallRailImporterWorker

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

Instance Method Summary collapse

Instance Method Details

#performObject



6
7
8
9
10
# File 'app/workers/call_rail_importer_worker.rb', line 6

def perform
  # Import new calls from callrails from yesterday
  res = Phone::CallRailImporter.new.process

end