class Whois::Record::Parser::WhoisRegistryOm
Parser for the whois.registry.om server.
@see Whois::Record::Parser::Example
The Example parser for the list of all available methods.
Public Instance Methods
reserved?()
click to toggle source
# File lib/whois/record/parser/whois.registry.om.rb, line 34 def reserved? !!node('status:reserved') end