Root of the HTTP status class hierarchy

Methods
C
R
T
Instance Public methods
code()

Returns the HTTP status code

Also aliased as: to_i
# File lib/webrick/httpstatus.rb, line 32
def code() self::class::code end
reason_phrase()

Returns the HTTP status description

# File lib/webrick/httpstatus.rb, line 35
def reason_phrase() self::class::reason_phrase end
to_i()
Alias for: code