Class: EventMachine::DNSBL::Zone::DNSBLResourceRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/eventmachine/dnsbl/zone/abstract_zone.rb

Instance Attribute Summary collapse

Instance Attribute Details

#answerObject

Returns the value of attribute answer

Returns:

  • (Object)

    the current value of answer



4
5
6
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4

def answer
  @answer
end

#label_regexObject

Returns the value of attribute label_regex

Returns:

  • (Object)

    the current value of label_regex



4
5
6
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4

def label_regex
  @label_regex
end

#ttlObject

Returns the value of attribute ttl

Returns:

  • (Object)

    the current value of ttl



4
5
6
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4

def ttl
  @ttl
end

#valid_untilObject

Returns the value of attribute valid_until

Returns:

  • (Object)

    the current value of valid_until



4
5
6
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4

def valid_until
  @valid_until
end

#zoneObject

Returns the value of attribute zone

Returns:

  • (Object)

    the current value of zone



4
5
6
# File 'lib/eventmachine/dnsbl/zone/abstract_zone.rb', line 4

def zone
  @zone
end