Class: FiberStream::RateLimiter::Request
- Inherits:
-
Data
- Object
- Data
- FiberStream::RateLimiter::Request
- Defined in:
- lib/fiber_stream/rate_limiter.rb
Instance Attribute Summary collapse
-
#burst ⇒ Object
readonly
Returns the value of attribute burst.
-
#now ⇒ Object
readonly
Returns the value of attribute now.
-
#per ⇒ Object
readonly
Returns the value of attribute per.
-
#permits ⇒ Object
readonly
Returns the value of attribute permits.
-
#rate ⇒ Object
readonly
Returns the value of attribute rate.
Instance Attribute Details
#burst ⇒ Object (readonly)
Returns the value of attribute burst
11 12 13 |
# File 'lib/fiber_stream/rate_limiter.rb', line 11 def burst @burst end |
#now ⇒ Object (readonly)
Returns the value of attribute now
11 12 13 |
# File 'lib/fiber_stream/rate_limiter.rb', line 11 def now @now end |
#per ⇒ Object (readonly)
Returns the value of attribute per
11 12 13 |
# File 'lib/fiber_stream/rate_limiter.rb', line 11 def per @per end |
#permits ⇒ Object (readonly)
Returns the value of attribute permits
11 12 13 |
# File 'lib/fiber_stream/rate_limiter.rb', line 11 def permits @permits end |
#rate ⇒ Object (readonly)
Returns the value of attribute rate
11 12 13 |
# File 'lib/fiber_stream/rate_limiter.rb', line 11 def rate @rate end |