class Whois::Parsers::WhoisAfiliasNet

Parser for the whois.afilias.net server.

Public Instance Methods

reserved?() click to toggle source

NEWPROPERTY

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