class Whois::Parsers::WhoisUniregistryNet

Parser for the whois.donuts.com server.

@see Whois::Parsers::Example

The Example parser for the list of all available methods.

Private Instance Methods

build_contact(element, type) click to toggle source
# 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