Class: Twilio::REST::IpMessaging::Channel

Inherits:
Twilio::REST::InstanceResource show all
Defined in:
lib/twilio-ruby/rest/ip-messaging/channels.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 = {}) ⇒ Channel

Returns a new instance of Channel.



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

def initialize(path, client, params={})
  super
  @submodule = :IpMessaging
  resource :messages,
           :members
end

Dynamic Method Handling

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