lib/twilio-ruby.rb in twilio-ruby-5.34.1 vs lib/twilio-ruby.rb in twilio-ruby-5.35.0
- old
+ new
@@ -36,10 +36,10 @@
extend SingleForwardable
autoload :JWT, File.join(File.dirname(__FILE__), 'twilio-ruby', 'jwt', 'jwt.rb')
autoload :TwiML, File.join(File.dirname(__FILE__), 'twilio-ruby', 'twiml', 'twiml.rb')
- def_delegators :configuration, :account_sid, :auth_token, :http_client
+ def_delegators :configuration, :account_sid, :auth_token, :http_client, :region, :edge
##
# Pre-configure with account SID and auth token so that you don't need to
# pass them to various initializers each time.
def self.configure(&block)