Methods
Constants
PARSE_TYPE | = | :DATETIME |
Instance Public methods
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 221 def date ensure_parsed @date end
Source: show
# File rails/actionmailer/lib/action_mailer/vendor/tmail/header.rb, line 226 def date=( arg ) ensure_parsed @date = arg end