Class: EventMachine::DNSBL::DNSBLResult
- Inherits:
-
Struct
- Object
- Struct
- EventMachine::DNSBL::DNSBLResult
- Defined in:
- lib/eventmachine/dnsbl/client.rb
Overview
DNSBLResult holds the result of a DNSBL lookup dnsbl: name of the DNSBL that returned the answer item: the item queried, an IP or a domain result: the result code, e.g., 127.0.0.2 meaning: the mapping of the result code to the meaning from the configuration file timing: the time between starting to send queries to the DNSBLs and when the result from this DNSBL returned
Instance Attribute Summary collapse
-
#dnsbl ⇒ Object
Returns the value of attribute dnsbl.
-
#item ⇒ Object
Returns the value of attribute item.
-
#meaning ⇒ Object
Returns the value of attribute meaning.
-
#query ⇒ Object
Returns the value of attribute query.
-
#result ⇒ Object
Returns the value of attribute result.
-
#timing ⇒ Object
Returns the value of attribute timing.
Instance Attribute Details
#dnsbl ⇒ Object
Returns the value of attribute dnsbl
14 15 16 |
# File 'lib/eventmachine/dnsbl/client.rb', line 14 def dnsbl @dnsbl end |
#item ⇒ Object
Returns the value of attribute item
14 15 16 |
# File 'lib/eventmachine/dnsbl/client.rb', line 14 def item @item end |
#meaning ⇒ Object
Returns the value of attribute meaning
14 15 16 |
# File 'lib/eventmachine/dnsbl/client.rb', line 14 def meaning @meaning end |
#query ⇒ Object
Returns the value of attribute query
14 15 16 |
# File 'lib/eventmachine/dnsbl/client.rb', line 14 def query @query end |
#result ⇒ Object
Returns the value of attribute result
14 15 16 |
# File 'lib/eventmachine/dnsbl/client.rb', line 14 def result @result end |
#timing ⇒ Object
Returns the value of attribute timing
14 15 16 |
# File 'lib/eventmachine/dnsbl/client.rb', line 14 def timing @timing end |