class Restcomm::REST::Domain

Public Class Methods

new(path, client, params={}) click to toggle source
Calls superclass method Restcomm::REST::InstanceResource::new
  # File lib/restcomm-ruby/rest/sip/domains.rb
5 def initialize(path, client, params={})
6   super
7   resource :ip_access_control_list_mappings,
8       :credential_list_mappings
9 end