lib/twilio-ruby/util/configuration.rb in twilio-ruby-5.3.1 vs lib/twilio-ruby/util/configuration.rb in twilio-ruby-5.4.0
- old
+ new
@@ -1,16 +1,13 @@
module Twilio
module Util
class Configuration
attr_accessor :account_sid, :auth_token
-
def account_sid=value
- warn "'Twilio::Util::Configuration.account_sid' has been deprecated. Please do not use the configure block."
@account_sid=value
end
def auth_token=value
- warn "'Twilio::Util::Configuration.auth_token' has been deprecated. Please do not use the configure block."
@auth_token=value
end
end
end
end