Class: Twilio::REST::IpMessaging::Credential

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

Returns a new instance of Credential.



12
13
14
15
# File 'lib/twilio-ruby/rest/ip-messaging/credentials.rb', line 12

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

Dynamic Method Handling

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