Class: Twilio::REST::IpMessaging::Service
- Inherits:
-
Twilio::REST::InstanceResource
- Object
- Twilio::REST::InstanceResource
- Twilio::REST::IpMessaging::Service
- Defined in:
- lib/twilio-ruby/rest/ip-messaging/services.rb
Instance Method Summary collapse
-
#initialize(path, client, params = {}) ⇒ Service
constructor
A new instance of Service.
Methods inherited from Twilio::REST::InstanceResource
#delete, #inspect, #method_missing, #refresh, #update
Methods included from Utils
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