class Whois::Parsers::WhoisJprsJp

Parser for the whois.jprs.jp server.

@note This parser is just a stub and provides only a few basic methods

to check for domain availability and get domain status.
Please consider to contribute implementing missing methods.

@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.jprs.jp.rb, line 96
def reserved?
  status == :reserved
end