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