Method: Gin::Controller#response
- Defined in:
- lib/gin/controller.rb
#response ⇒ Object (readonly)
Gin::Response instance representing the HTTP response.
234 235 236 |
# File 'lib/gin/controller.rb', line 234 def response @response end |