Class: Twilio::REST::CredentialProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/twilio-ruby/credential/credential_provider.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeObject

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