class Whois::Parsers::KeroYachayPe
Parser
for the kero.yachay.pe 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.
The Example parser for the list of all available methods.
Public Instance Methods
response_throttled?()
click to toggle source
Checks whether the response has been throttled.
@return [Boolean]
@example
Looup quota exceeded.
# File lib/whois/parsers/kero.yachay.pe.rb, line 79 def response_throttled? !content_for_scanner.match(/Looup quota exceeded./).nil? end