class Whois::Parsers::WhoisDkHostmasterDk

Parser for the whois.dk-hostmaster.dk server.

@note This parser is just a stub and provides only a few basic methods

to check for domain availability and get domain status.
Please consider to contribute implementing missing methods.

@see Whois::Parsers::Example

The Example parser for the list of all available methods.

@author Simone Carletti <weppos@weppos.net> @author Mikkel Kristensen <mikkel@tdx.dk>

Public Instance Methods

response_throttled?() click to toggle source

Checks whether the response has been throttled.

@return [Boolean]

# File lib/whois/parsers/whois.dk-hostmaster.dk.rb, line 81
def response_throttled?
  !!(content_for_scanner =~ /# Too many connections[.]/)
end