Class: Feroxbuster::Command::StatusCode Private

Inherits:
CommandMapper::Types::Num
  • Object
show all
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

Constructor Details

#initializeStatusCode

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