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.
-
#edge ⇒ Object
Returns the value of attribute edge.
-
#http_client ⇒ Object
Returns the value of attribute http_client.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#account_sid ⇒ Object
Returns the value of attribute account_sid.
6 7 8 |
# File 'lib/twilio-ruby/util/configuration.rb', line 6 def account_sid @account_sid end |
#auth_token ⇒ Object
Returns the value of attribute auth_token.
6 7 8 |
# File 'lib/twilio-ruby/util/configuration.rb', line 6 def auth_token @auth_token end |
#edge ⇒ Object
Returns the value of attribute edge.
6 7 8 |
# File 'lib/twilio-ruby/util/configuration.rb', line 6 def edge @edge end |
#http_client ⇒ Object
Returns the value of attribute http_client.
6 7 8 |
# File 'lib/twilio-ruby/util/configuration.rb', line 6 def http_client @http_client end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/twilio-ruby/util/configuration.rb', line 6 def logger @logger end |
#region ⇒ Object
Returns the value of attribute region.
6 7 8 |
# File 'lib/twilio-ruby/util/configuration.rb', line 6 def region @region end |