Base
Parser for the whois.srs.net.nz server.
@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 130 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 115 def response_throttled? cached_properties_fetch(:response_throttled?) do node("query_status") == "440 Request Denied" end end
Generated with the Darkfish Rdoc Generator 2.