Class: TMail::AddMessageId
- Defined in:
- lib/action_mailer/vendor/tmail-1.2.3/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.
159 160 161 |
# File 'lib/action_mailer/vendor/tmail-1.2.3/tmail/net.rb', line 159 def initialize( fqdn = nil ) @fqdn = fqdn end |
Instance Attribute Details
#fqdn ⇒ Object
Returns the value of attribute fqdn.
163 164 165 |
# File 'lib/action_mailer/vendor/tmail-1.2.3/tmail/net.rb', line 163 def fqdn @fqdn end |