Class: WEBrick::HTTPStatus::Status (Ruby 2.3.4)

In Files

  • webrick/httpstatus.rb

Parent

Class/Module Index [+]

Quicksearch

WEBrick::HTTPStatus::Status

Root of the HTTP status class hierarchy

Public Instance Methods

code()

Returns the HTTP status code

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

Returns the HTTP status description

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