Class: CPEE::FAIL
- Inherits:
-
Riddl::Implementation
- Object
- Riddl::Implementation
- CPEE::FAIL
- Defined in:
- lib/cpee/implementation.rb
Overview
}}}
Instance Method Summary collapse
-
#response ⇒ Object
{{{.
Instance Method Details
#response ⇒ Object
{{{
301 302 303 304 |
# File 'lib/cpee/implementation.rb', line 301 def response @status = 404 nil end |