Class: TMail::AddMessageId
- Defined in:
- lib/action_mailer/vendor/tmail-1.2.7/tmail/net.rb
Overview
:stopdoc:
Instance Attribute Summary collapse
-
#fqdn ⇒ Object
Returns the value of attribute fqdn.
Instance Method Summary collapse
- #exec(mail) ⇒ Object
-
#initialize(fqdn = nil) ⇒ AddMessageId
constructor
A new instance of AddMessageId.
Constructor Details
#initialize(fqdn = nil) ⇒ AddMessageId
Returns a new instance of AddMessageId.
161 162 163 |
# File 'lib/action_mailer/vendor/tmail-1.2.7/tmail/net.rb', line 161 def initialize( fqdn = nil ) @fqdn = fqdn end |
Instance Attribute Details
#fqdn ⇒ Object
Returns the value of attribute fqdn.
165 166 167 |
# File 'lib/action_mailer/vendor/tmail-1.2.7/tmail/net.rb', line 165 def fqdn @fqdn end |