Class: Rack::Attack::Blocklist

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

Instance Attribute Summary

Attributes inherited from Check

#block, #name, #type

Instance Method Summary collapse

Methods inherited from Check

#matched_by?

Constructor Details

#initialize(name = nil, &block) ⇒ Blocklist

Returns a new instance of Blocklist.



6
7
8
9
# File 'lib/rack/attack/blocklist.rb', line 6

def initialize(name = nil, &block)
  super
  @type = :blocklist
end