Class: Rack::Attack::Track
Instance Attribute Summary
Attributes inherited from Check
Instance Method Summary collapse
-
#initialize(name, block) ⇒ Track
constructor
A new instance of Track.
Methods inherited from Check
Constructor Details
#initialize(name, block) ⇒ Track
Returns a new instance of Track.
4 5 6 7 |
# File 'lib/rack/attack/track.rb', line 4 def initialize(name, block) super @type = :track end |