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