class Whois::Parsers::WhoisNetworksolutionsCom

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