# File lib/github_api/rate_limit.rb, line 5 def ratelimit(*args) arguments(args) get_request("/rate_limit", arguments.params).rate.limit end
# File lib/github_api/rate_limit.rb, line 11 def ratelimit_remaining(*args) arguments(args) get_request("/rate_limit", arguments.params).rate.remaining end
# File lib/github_api/rate_limit.rb, line 17 def ratelimit_reset(*args) arguments(args) get_request("/rate_limit", arguments.params).rate.reset end
[Validate]
Generated with the Darkfish Rdoc Generator 2.