class Restcomm::REST::Calls
Public Class Methods
new(path, client)
click to toggle source
Calls superclass method
# File lib/restcomm-ruby/rest/calls.rb 4 def initialize(path, client) 5 super 6 resource :feedback_summary 7 end
Public Instance Methods
make(from, to, url)
click to toggle source
# File lib/restcomm-ruby/rest/calls.rb 9 def make(from, to, url) 10 create from: from, to: to, url: url 11 end