class Whois::Record::Parser::WhoisCoCa
whois.co.ca parser¶ ↑
Parser for the whois.co.ca 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 WhoisNicIt parser for an explanation of all available methods and examples.
Public Instance Methods
reserved?()
click to toggle source
NEWPROPERTY
# File lib/whois/record/parser/whois.co.ca.rb, line 70 def reserved? !!(content_for_scanner =~ /^Domain is not available or is reserved by the registry/) end