class Whois::Parsers::WhoisVerisignGrsCom

Parser for the whois.verisign-grs.com server.

@see Whois::Parsers::Example

The Example parser for the list of all available methods.

Public Instance Methods

response_unavailable?() click to toggle source

Checks whether this response contains a message that can be reconducted to a “WHOIS Server Unavailable” status.

@return [Boolean]

# File lib/whois/parsers/whois.verisign-grs.com.rb, line 42
def response_unavailable?
  !!node("response:unavailable")
end