class Whois::Parsers::WhoisEu

Parser for the whois.eu server.

Public Instance Methods

response_throttled?() click to toggle source

Checks whether the response has been throttled.

@return [Boolean]

@example

-1: Still in grace period, wait 7777777 seconds
# File lib/whois/parsers/whois.eu.rb, line 123
def response_throttled?
  !!(content_for_scanner =~ /Still in grace period/)
end