Class: EventMachine::DNSBL::Zone::DNSBLResourceRecord
- Inherits:
-
Struct
- Object
- Struct
- EventMachine::DNSBL::Zone::DNSBLResourceRecord
- Defined in:
- lib/eventmachine/dnsbl/zone/abstract_zone.rb
Instance Attribute Summary collapse
-
#answer ⇒ Object
Returns the value of attribute answer.
-
#label_regex ⇒ Object
Returns the value of attribute label_regex.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
-
#valid_until ⇒ Object
Returns the value of attribute valid_until.
-
#zone ⇒ Object
Returns the value of attribute zone.
Instance Attribute Details
#answer ⇒ Object
Returns the value of attribute answer
4 5 6 |
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4 def answer @answer end |
#label_regex ⇒ Object
Returns the value of attribute label_regex
4 5 6 |
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4 def label_regex @label_regex end |
#ttl ⇒ Object
Returns the value of attribute ttl
4 5 6 |
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4 def ttl @ttl end |
#valid_until ⇒ Object
Returns the value of attribute valid_until
4 5 6 |
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4 def valid_until @valid_until end |
#zone ⇒ Object
Returns the value of attribute zone
4 5 6 |
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4 def zone @zone end |