Files

Class/Module Index [+]

Quicksearch

Whois::Record::Parser::WhoisNicFr

Parser for the whois.nic.fr 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.

Constants

MULTIVALUE_KEYS

Public Instance Methods

response_throttled?() click to toggle source

Checks whether the response has been throttled.

@return [Boolean]

# File lib/whois/record/parser/whois.nic.fr.rb, line 107
def response_throttled?
  !!(content_for_scanner =~ /^%% Too many requests\.{3}/)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.