class Restcomm::REST::Sip
Public Class Methods
new(path, client, params={})
click to toggle source
Calls superclass method
Restcomm::REST::InstanceResource::new
# File lib/restcomm-ruby/rest/sip.rb 4 def initialize(path, client, params={}) 5 super 6 resource :domains, :ip_access_control_lists, :credential_lists 7 end