Class: Whois::Parsers::BaseVerisign

Inherits:
Base
  • Object
show all
Includes:
Scanners::Scannable
Defined in:
lib/whois/parsers/base_verisign.rb

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

Constructor Details

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

Instance Method Details

#referral_urlObject



90
91
92
# File 'lib/whois/parsers/base_verisign.rb', line 90

def referral_url
  last_useful_item(node("Registrar URL"))
end

#referral_whoisObject



86
87
88
# File 'lib/whois/parsers/base_verisign.rb', line 86

def referral_whois
  node("Registrar WHOIS Server")
end