Class: Whois::Parsers::Blank

Inherits:
Base
  • Object
show all
Defined in:
lib/whois/parsers/blank.rb

Overview

The Blank parser isn’t a real parser. It’s just a fake parser that acts as a parser but doesn’t provide any special capability.

It doesn’t register itself in the parser_registry, it doesn’t scan any string, it only exists to be initialized in case a record needs to create a parser for a WHOIS server not yet supported.

Instance Attribute Summary

Attributes inherited from Base

#part

Method Summary

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_throttled?, #response_unavailable?, #unchanged?, #validate!

Constructor Details

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