Class: Twilio::REST::CredentialProvider
- Inherits:
-
Object
- Object
- Twilio::REST::CredentialProvider
- Defined in:
- lib/twilio-ruby/credential/credential_provider.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#auth_type ⇒ Object
Returns the value of attribute auth_type.
Instance Method Summary collapse
-
#initialize(auth_type) ⇒ CredentialProvider
constructor
A new instance of CredentialProvider.
Constructor Details
#initialize(auth_type) ⇒ CredentialProvider
Returns a new instance of CredentialProvider.
6 7 8 |
# File 'lib/twilio-ruby/credential/credential_provider.rb', line 6 def initialize(auth_type) @auth_type = auth_type end |
Instance Attribute Details
#auth_type ⇒ Object
Returns the value of attribute auth_type.
4 5 6 |
# File 'lib/twilio-ruby/credential/credential_provider.rb', line 4 def auth_type @auth_type end |