Class: Rack::Attack::Safelist

Inherits:
Check
  • Object
show all
Defined in:
lib/rack/attack/safelist.rb

Instance Attribute Summary

Attributes inherited from Check

#block, #name, #type

Instance Method Summary collapse

Methods inherited from Check

#[]

Constructor Details

#initialize(name, block) ⇒ Safelist

Returns a new instance of Safelist.



4
5
6
7
# File 'lib/rack/attack/safelist.rb', line 4

def initialize(name, block)
  super
  @type = :safelist
end