Parser for the whois.srs.net.nz 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.
NEWPROPERTY
# File lib/whois/record/parser/whois.srs.net.nz.rb, line 109 def invalid? cached_properties_fetch(:invalid?) do status == :invalid end end
Checks whether the response has been throttled.
@return [Boolean]
@example
query_status: 440 Request Denied
# File lib/whois/record/parser/whois.srs.net.nz.rb, line 94 def response_throttled? cached_properties_fetch(:response_throttled?) do !!(content_for_scanner =~ /^query_status: 440 Request Denied/) end end
Generated with the Darkfish Rdoc Generator 2.