Class: Twilio::REST::Calls

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/calls.rb

Instance Method Summary collapse

Methods inherited from ListResource

#create, #get, #initialize, #inspect, #list, #total

Methods included from Utils

#detwilify, #twilify

Constructor Details

This class inherits a constructor from Twilio::REST::ListResource

Instance Method Details

#make(from, to, url) ⇒ Object



4
5
6
# File 'lib/twilio-ruby/rest/calls.rb', line 4

def make(from, to, url)
  create :from => from, :to => to, :url => url
end