Method: FTW::Response#initialize
- Defined in:
- lib/ftw/response.rb
#initialize ⇒ Response
Create a new Response.
53 54 55 56 57 |
# File 'lib/ftw/response.rb', line 53 def initialize super @logger = Cabin::Channel.get @reason = "" # Empty reason string by default. It is not required. end |