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 144 def invalid? cached_properties_fetch :invalid? do !!node("status:invalid") || node("Status") == "invalid" end end
Initializes a new {Scanners::WhoisDenicDe} instance passing the {content_for_scanner} and calls parse on it.
@return [Hash]
# File lib/whois/record/parser/whois.denic.de.rb, line 156 def parse Scanners::WhoisDenicDe.new(content_for_scanner).parse 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 129 def response_throttled? !!node("response:throttled") end
Generated with the Darkfish Rdoc Generator 2.