Class: Twilio::Util::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/twilio-ruby/util/configuration.rb

Instance Attribute Summary collapse

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
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