class Whois::Parsers::WhoisAero

Parser for the whois.aero server.

@see Whois::Parsers::Example

The Example parser for the list of all available methods.

Public Instance Methods

reserved?() click to toggle source

NEWPROPERTY

# File lib/whois/parsers/whois.aero.rb, line 51
def reserved?
  !!node("status:reserved")
end