Classes: RateLimit
3 4 5 6
# File 'lib/twitter_with_auto_pagination/rate_limit.rb', line 3 def rate_limit puts '#rate_limit is deprecated.' RateLimit.new(perform_get('/1.1/application/rate_limit_status.json')) rescue nil end