class WEBrick::HTTPStatus::Status
Root of the HTTP status class hierarchy
Public Instance Methods
Source
# File lib/webrick/httpstatus.rb, line 31 def code() self::class::code end
Returns the HTTP status code
Source
# File lib/webrick/httpstatus.rb, line 34 def reason_phrase() self::class::reason_phrase end
Returns the HTTP status description