Parser for the whois.registry.za.net 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::Record::Parser::Example
The Example parser for the list of all available methods.
Checks whether the response has been throttled.
@return [Boolean]
@example
-1: Please go away for 90 Seconds
# File lib/whois/record/parser/whois.registry.net.za.rb, line 115 def response_throttled? !!(content_for_scanner =~ /Please go away for \d+ Seconds/) end
Generated with the Darkfish Rdoc Generator 2.