Class: Whois::Parsers::WhoisMarkmonitorCom

Inherits:
BaseIcannCompliant show all
Defined in:
lib/whois/parsers/whois.markmonitor.com.rb

Overview

Parser for the whois.markmonitor.com server.

Instance Attribute Summary

Attributes inherited from Base

#part

Instance Method Summary collapse

Methods included from Scanners::Scannable

included, #node, #node?, #parse

Methods inherited from Base

#changed?, #contacts, #content, #initialize, #is, parse_time, property_not_implemented, property_not_supported, property_register, property_state, property_state?, property_supported, #property_supported?, #response_incomplete?, #response_unavailable?, #unchanged?, #validate!

Constructor Details

This class inherits a constructor from Whois::Parsers::Base

Instance Method Details

#response_throttled?Boolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/whois/parsers/whois.markmonitor.com.rb', line 29

def response_throttled?
  !!node("response:throttled")
end