Class: Notion::Middleware::RateLimiter::State
- Inherits:
-
Struct
- Object
- Struct
- Notion::Middleware::RateLimiter::State
- Defined in:
- lib/notion/middleware/rate_limiter.rb
Instance Attribute Summary collapse
-
#blocked_until ⇒ Object
Returns the value of attribute blocked_until.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#blocked_until ⇒ Object
Returns the value of attribute blocked_until
6 7 8 |
# File 'lib/notion/middleware/rate_limiter.rb', line 6 def blocked_until @blocked_until end |
#mutex ⇒ Object
Returns the value of attribute mutex
6 7 8 |
# File 'lib/notion/middleware/rate_limiter.rb', line 6 def mutex @mutex end |
#tokens ⇒ Object
Returns the value of attribute tokens
6 7 8 |
# File 'lib/notion/middleware/rate_limiter.rb', line 6 def tokens @tokens end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
6 7 8 |
# File 'lib/notion/middleware/rate_limiter.rb', line 6 def updated_at @updated_at end |