class Whois::Parsers::WhoisUniregistryNet
Parser
for the whois.donuts.com server.
The Example parser for the list of all available methods.
Private Instance Methods
build_contact(element, type)
click to toggle source
Calls superclass method
Whois::Parsers::BaseIcannCompliant#build_contact
# File lib/whois/parsers/whois.uniregistry.net.rb, line 51 def build_contact(element, type) if (contact = super) contact.id = node("#{element} ID") end contact end