class Whois::Record::Parser::WhoisNicXxx

Parser for the whois.nic.xxx server.

Public Instance Methods

reserved?() click to toggle source

NEWPROPERTY

# File lib/whois/record/parser/whois.nic.xxx.rb, line 36
def reserved?
  !!node("status:reserved")
end