Class: Twilio::REST::Accounts::V1::CredentialInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Accounts::V1::CredentialInstance
- Defined in:
- lib/twilio-ruby/rest/accounts/v1/credential.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ CredentialInstance
constructor
Initialize the CredentialInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ CredentialInstance
Initialize the CredentialInstance
108 109 110 111 |
# File 'lib/twilio-ruby/rest/accounts/v1/credential.rb', line 108 def initialize(version ) super(version) end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
122 123 124 |
# File 'lib/twilio-ruby/rest/accounts/v1/credential.rb', line 122 def inspect "<Twilio.Accounts.V1.CredentialInstance>" end |
#to_s ⇒ Object
Provide a user friendly representation
116 117 118 |
# File 'lib/twilio-ruby/rest/accounts/v1/credential.rb', line 116 def to_s "<Twilio.Accounts.V1.CredentialInstance>" end |