Parser for the whois.denic.de server.
@author Simone Carletti <weppos@weppos.net> @author Aaron Mueller <mail@aaron-mueller.de>
NEWPROPERTY
# File lib/whois/record/parser/whois.denic.de.rb, line 145 def invalid? cached_properties_fetch :invalid? do node("Status") == "invalid" || response_error? end end
# File lib/whois/record/parser/whois.denic.de.rb, line 130 def response_error? !!node("response:error") end
Checks whether the response has been throttled.
@return [Boolean]
@example
% Error: 55000000002 Connection refused; access control limit reached.
# File lib/whois/record/parser/whois.denic.de.rb, line 126 def response_throttled? !!node("response:throttled") end
Generated with the Darkfish Rdoc Generator 2.