class Twilio::REST::Accounts::V1::CredentialInstance

Public Class Methods

new(version, payload) click to toggle source

Initialize the CredentialInstance @param [Version] version Version that contains the resource @param [Hash] payload payload that contains response from Twilio @return [CredentialInstance] CredentialInstance

Calls superclass method Twilio::REST::InstanceResource::new
    # File lib/twilio-ruby/rest/accounts/v1/credential.rb
103 def initialize(version, payload)
104   super(version)
105 end

Public Instance Methods

inspect() click to toggle source

Provide a detailed, user friendly representation

    # File lib/twilio-ruby/rest/accounts/v1/credential.rb
115 def inspect
116   "<Twilio.Accounts.V1.CredentialInstance>"
117 end
to_s() click to toggle source

Provide a user friendly representation

    # File lib/twilio-ruby/rest/accounts/v1/credential.rb
109 def to_s
110   "<Twilio.Accounts.V1.CredentialInstance>"
111 end