Parent

Methods

Class/Module Index [+]

Quicksearch

Twitter::RateLimitStatus

Attributes

hourly_limit[R]
remaining_hits[R]
reset_time_in_seconds[R]

Public Instance Methods

reset_time() click to toggle source

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.