Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • webrick/httpstatus.rb

Parent

WEBrick::HTTPStatus::Status

Root of the HTTP status class hierarchy

Public Instance Methods

code() click to toggle source

Returns the HTTP status code

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

Returns the HTTP status description

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