Methods
- E
- K
Constants
PARSE_TYPE | = | :ENCRYPTED |
Instance Public methods
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 613 def encrypter ensure_parsed @encrypter end
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 618 def encrypter=( arg ) ensure_parsed @encrypter = arg end
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 623 def keyword ensure_parsed @keyword end
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 628 def keyword=( arg ) ensure_parsed @keyword = arg end