Class: Twilio::REST::IpMessaging::Service

Inherits:
Twilio::REST::InstanceResource show all
Defined in:
lib/twilio-ruby/rest/ip-messaging/services.rb

Instance Method Summary collapse

Methods inherited from Twilio::REST::InstanceResource

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

Methods included from Utils

#detwilify, #twilify

Constructor Details

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

Returns a new instance of Service.



7
8
9
10
11
12
13
# File 'lib/twilio-ruby/rest/ip-messaging/services.rb', line 7

def initialize(path, client, params={})
  super
  @submodule = :IpMessaging
  resource :channels,
           :users,
           :roles
end

Dynamic Method Handling

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