Class: Rack::Attack::Throttle
- Inherits:
-
Object
- Object
- Rack::Attack::Throttle
- Includes:
- InspectWithOptions, PeriodIntrospection
- Defined in:
- lib/rack/attack_extensions.rb
Instance Method Summary collapse
Methods included from InspectWithOptions
Methods included from PeriodIntrospection
Instance Method Details
#options ⇒ Object
221 222 223 224 225 226 |
# File 'lib/rack/attack_extensions.rb', line 221 def { period: period, limit: limit, } end |