Module: Hanami::Action::Rack::InstanceMethods Private

Defined in:
lib/hanami/action/rack.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.7.0

Instance Method Summary collapse

Instance Method Details

#initializeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.7.0



169
170
171
172
173
# File 'lib/hanami/action/rack.rb', line 169

def initialize(*)
  super
  @_status = nil
  @_body   = nil
end