class Whois::Parsers::WhoisNetworksolutionsCom
Parser
for the whois.networksolutions.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.networksolutions.com.rb, line 28 def build_contact(element, type) if (contact = super) && !contact.state.present? contact.state = node("#{element} State") end contact end