Class: Feroxbuster::Command::StatusCode Private
- Inherits:
-
CommandMapper::Types::Num
- Object
- CommandMapper::Types::Num
- Feroxbuster::Command::StatusCode
- Defined in:
- lib/feroxbuster/command.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Represents an HTTP status code (100 - 599).
Instance Method Summary collapse
-
#initialize ⇒ StatusCode
constructor
private
A new instance of StatusCode.
Constructor Details
#initialize ⇒ StatusCode
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of StatusCode.
48 49 50 |
# File 'lib/feroxbuster/command.rb', line 48 def initialize super(range: 100..599) end |