Class: Twilio::REST::IpAccessControlList

Inherits:
InstanceResource show all
Defined in:
lib/twilio-ruby/rest/sip/ip_access_control_lists.rb

Instance Method Summary collapse

Methods inherited from InstanceResource

#delete, #inspect, #method_missing, #refresh, #update

Methods included from Utils

#detwilify, #twilify

Constructor Details

#initialize(path, client, params = {}) ⇒ IpAccessControlList

Returns a new instance of IpAccessControlList.



5
6
7
8
# File 'lib/twilio-ruby/rest/sip/ip_access_control_lists.rb', line 5

def initialize(path, client, params={})
  super
  resource :ip_addresses
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Twilio::REST::InstanceResource