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