class Whois::Record::Parser::WhoisMarkmonitorCom
Parser for the whois.markmonitor.com server.
@see Whois::Record::Parser::Example
The Example parser for the list of all available methods.
Public Instance Methods
response_throttled?()
click to toggle source
# File lib/whois/record/parser/whois.markmonitor.com.rb, line 30 def response_throttled? !!node("response:throttled") end