instance method transfer_encoding=

Ruby on Rails 3.1.12

Since v3.0.20 Last seen in v3.1.12

Available in: v3.0.20 v3.1.12

Signature

transfer_encoding=(value)

No documentation comment.

Parameters

value req
Source
# File actionmailer/lib/action_mailer/tmail_compat.rb, line 23
    def transfer_encoding=(value)
      message = 'Message#transfer_encoding= is deprecated, ' <<
                'please call Message#content_transfer_encoding= with the same arguments'
      ActiveSupport::Deprecation.warn(message, caller[0,2])
      self.content_transfer_encoding = value
    end

Defined in actionmailer/lib/action_mailer/tmail_compat.rb line 23 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Mail::Message

Type at least 2 characters to search.

↑↓ navigate · open · esc close