class Response::Status
HTTP response status code with text
Constants
- BAD_REQUEST
- CREATED
- FORBIDDEN
- FOUND
- INTERNAL_SERVER_ERROR
- MOVED_PERMANENTLY
- NOT_AUTHORIZED
- NOT_FOUND
- NOT_MODIFIED
- OK
Attributes
code[R]
Return status code
@return [Fixnum]
@api private