class Whois::Record::Parser::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/record/parser/whois.eu.rb, line 124 def response_throttled? !!(content_for_scanner =~ /Still in grace period/) end