In Files

  • webrick/httpstatus.rb

Parent

WEBrick::HTTPStatus::Status

Attributes

code[R]
reason_phrase[R]

Public Class Methods

new(*args) click to toggle source
 
               # File webrick/httpstatus.rb, line 16
def initialize(*args)
  args[0] = AccessLog.escape(args[0]) unless args.empty?
  super(*args)
end
            

Public Instance Methods

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

Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.

If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.

If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.

If you want to help improve the Ruby documentation, please visit Documenting-ruby.org.

blog comments powered by Disqus