Parent

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisDnsBe

whois.dns.be parser

Parser for the whois.dns.be 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 WhoisNicIt parser for an explanation of all available methods and examples.

Public Instance Methods

response_throttled?() click to toggle source

Checks whether the response has been throttled.

@return [Boolean]

# File lib/whois/record/parser/whois.dns.be.rb, line 84
def response_throttled?
  !!(content_for_scanner =~ /^% (Excessive querying|Maximum queries per hour reached)/)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.