Class: RateLimiter::Configuration
- Inherits:
-
Object
- Object
- RateLimiter::Configuration
- Defined in:
- lib/rate_limiter/configuration.rb
Instance Attribute Summary collapse
-
#force_period ⇒ Object
Returns the value of attribute force_period.
-
#force_rate_limit ⇒ Object
Returns the value of attribute force_rate_limit.
-
#period_default ⇒ Object
Returns the value of attribute period_default.
-
#rate_default ⇒ Object
Returns the value of attribute rate_default.
Instance Attribute Details
#force_period ⇒ Object
Returns the value of attribute force_period.
3 4 5 |
# File 'lib/rate_limiter/configuration.rb', line 3 def force_period @force_period end |
#force_rate_limit ⇒ Object
Returns the value of attribute force_rate_limit.
3 4 5 |
# File 'lib/rate_limiter/configuration.rb', line 3 def force_rate_limit @force_rate_limit end |
#period_default ⇒ Object
Returns the value of attribute period_default.
3 4 5 |
# File 'lib/rate_limiter/configuration.rb', line 3 def period_default @period_default end |
#rate_default ⇒ Object
Returns the value of attribute rate_default.
3 4 5 |
# File 'lib/rate_limiter/configuration.rb', line 3 def rate_default @rate_default end |