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.
Instance Method Summary collapse
- #initialize ⇒ Object private
Instance Method Details
#initialize ⇒ Object
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.
213 214 215 216 217 |
# File 'lib/hanami/action/mime.rb', line 213 def initialize(*) super @content_type = nil @charset = nil end |