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



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

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