class Whois::Parsers::WhoisRegistryOm

Parser for the whois.registry.om server.

@see Whois::Parsers::Example

The Example parser for the list of all available methods.

Public Instance Methods

reserved?() click to toggle source
# File lib/whois/parsers/whois.registry.om.rb, line 33
def reserved?
  !!node('status:reserved')
end