Module: Hanami::Action::Mime::InstanceMethods Private

Defined in:
lib/hanami/action/mime.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



175
176
177
178
179
# File 'lib/hanami/action/mime.rb', line 175

def initialize(*)
  super
  @content_type = nil
  @charset      = nil
end