Class: Gitabu::Api::V3::RateLimit
- Inherits:
-
Object
- Object
- Gitabu::Api::V3::RateLimit
- Defined in:
- lib/gitabu/api/v3/rate_limit.rb
Overview
Rate limit endpoints.
Class Method Summary collapse
Class Method Details
.get_rate_limit_status_for_the_authenticated_user(options: nil) ⇒ Object
38 39 40 |
# File 'lib/gitabu/api/v3/rate_limit.rb', line 38 def self.get_rate_limit_status_for_the_authenticated_user(options: nil) new.get_rate_limit_status_for_the_authenticated_user() end |