Class: Whois::Scanners::BaseCocca2

Inherits:
Base
  • Object
show all
Defined in:
lib/whois/scanners/base_cocca2.rb

Constant Summary collapse

DISCLAIMER_MATCHES =
[
  "TERMS OF USE:", # global
  "Terminos de Uso:", # whois.nic.hn
  "The data in the WHOIS database of Meridian", # whois.meridiantld.net
  "This information is provided", # whois.gg
]

Instance Attribute Summary

Attributes inherited from Base

#settings

Method Summary

Methods inherited from Base

#initialize, #parse, tokenizer

Constructor Details

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