Method: ActionDispatch::AssertionResponse#code
- Defined in:
- actionpack/lib/action_dispatch/testing/assertion_response.rb
#code ⇒ Object (readonly)
Returns the value of attribute code
8 9 10 |
# File 'actionpack/lib/action_dispatch/testing/assertion_response.rb', line 8 def code @code end |