Twitter::Base
Time when the authenticating user's rate limit will be reset
@return [Time]
# File lib/twitter/rate_limit_status.rb, line 10 def reset_time @reset_time ||= Time.parse(@attrs[:reset_time]) unless @attrs[:reset_time].nil? end
[Validate]
Generated with the Darkfish Rdoc Generator 2.