class Whois::Record::Parser::WhoisNetworksolutionsCom

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