Class: Praxis::Responses::NotFound
- Inherits:
-
Praxis::Response
- Object
- Praxis::Response
- Praxis::Responses::NotFound
- Defined in:
- lib/praxis/responses/http.rb
Overview
The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible.
Instance Attribute Summary
Attributes inherited from Praxis::Response
#body, #headers, #name, #parts, #request, #status
Method Summary
Methods inherited from Praxis::Response
#add_part, #content_type, #content_type=, #encode!, #finish, #format!, #handle, inherited, #initialize, #response_name, #validate
Constructor Details
This class inherits a constructor from Praxis::Response