class Whois::Record::Parser::WhoisDonutsCo
Parser for the whois.donuts.com server.
@see Whois::Record::Parser::Example
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::Record::Parser::BaseIcannCompliant#build_contact
# File lib/whois/record/parser/whois.donuts.co.rb, line 53 def build_contact(element, type) if (contact = super) contact.id = node("#{element} ID") end contact end