Class: Twilio::Rails::Phone::FinishedCallJob

Inherits:
ApplicationJob
  • Object
show all
Defined in:
app/jobs/twilio/rails/phone/finished_call_job.rb

Overview

Performs the FinishedCallOperation.

Instance Method Summary collapse

Instance Method Details

#perform(phone_call_id:) ⇒ Object



9
10
11
# File 'app/jobs/twilio/rails/phone/finished_call_job.rb', line 9

def perform(phone_call_id:)
  Twilio::Rails::Phone::FinishedCallOperation.call(phone_call_id: phone_call_id)
end