Class: Twilio::Util::Configuration
- Inherits:
-
Object
- Object
- Twilio::Util::Configuration
- Defined in:
- lib/twilio-ruby/util/configuration.rb
Instance Attribute Summary collapse
-
#account_sid ⇒ Object
Returns the value of attribute account_sid.
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
Instance Attribute Details
#account_sid ⇒ Object
Returns the value of attribute account_sid.
4 5 6 |
# File 'lib/twilio-ruby/util/configuration.rb', line 4 def account_sid @account_sid end |
#auth_token ⇒ Object
Returns the value of attribute auth_token.
4 5 6 |
# File 'lib/twilio-ruby/util/configuration.rb', line 4 def auth_token @auth_token end |