class Whois::Record::Parser::WhoisKenicOrKe
Parser for the whois.kenic.or.ke 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::Record::Parser::Example
The Example parser for the list of all available methods.
Public Instance Methods
invalid?()
click to toggle source
NEWPROPERTY
# File lib/whois/record/parser/whois.kenic.or.ke.rb, line 83 def invalid? cached_properties_fetch(:invalid?) do status == :invalid end end