Class: MailDiode::FilterableData

Inherits:
Object
  • Object
show all
Defined in:
lib/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heloObject

Returns the value of attribute helo.



41
42
43
# File 'lib/engine.rb', line 41

def helo
  @helo
end

#original_recipientObject

Returns the value of attribute original_recipient.



44
45
46
# File 'lib/engine.rb', line 44

def original_recipient
  @original_recipient
end

#recipientObject

Returns the value of attribute recipient.



43
44
45
# File 'lib/engine.rb', line 43

def recipient
  @recipient
end

#senderObject

Returns the value of attribute sender.



42
43
44
# File 'lib/engine.rb', line 42

def sender
  @sender
end

#sender_ipObject

Returns the value of attribute sender_ip.



40
41
42
# File 'lib/engine.rb', line 40

def sender_ip
  @sender_ip
end