Class: MailDiode::FilterableData
- Inherits:
-
Object
- Object
- MailDiode::FilterableData
- Defined in:
- lib/engine.rb
Instance Attribute Summary collapse
-
#helo ⇒ Object
Returns the value of attribute helo.
-
#original_recipient ⇒ Object
Returns the value of attribute original_recipient.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#sender ⇒ Object
Returns the value of attribute sender.
-
#sender_ip ⇒ Object
Returns the value of attribute sender_ip.
Instance Attribute Details
#helo ⇒ Object
Returns the value of attribute helo.
41 42 43 |
# File 'lib/engine.rb', line 41 def helo @helo end |
#original_recipient ⇒ Object
Returns the value of attribute original_recipient.
44 45 46 |
# File 'lib/engine.rb', line 44 def original_recipient @original_recipient end |
#recipient ⇒ Object
Returns the value of attribute recipient.
43 44 45 |
# File 'lib/engine.rb', line 43 def recipient @recipient end |
#sender ⇒ Object
Returns the value of attribute sender.
42 43 44 |
# File 'lib/engine.rb', line 42 def sender @sender end |
#sender_ip ⇒ Object
Returns the value of attribute sender_ip.
40 41 42 |
# File 'lib/engine.rb', line 40 def sender_ip @sender_ip end |