Class: Rack::Attack::Whitelist

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

Instance Attribute Summary

Attributes inherited from Check

#block, #name, #type

Instance Method Summary collapse

Methods inherited from Check

#[]

Constructor Details

#initialize(name, block) ⇒ Whitelist

Returns a new instance of Whitelist.



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

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