class Twitter::RateLimitStatus
RateLimitStatus provides information about how many requests you have left and when you can resume more requests if your remaining_hits count is zero.
Public Class Methods
attributes()
click to toggle source
Used as factory method callback
# File lib/twitter/model.rb, line 474 def attributes; @@ATTRIBUTES; end