Class Whois::Answer::Nameserver
In: lib/whois/answer/nameserver.rb
Parent: SuperStruct.new(:name, :ipv4, :ipv6)

Nameserver

Holds the details of the Name Servers extracted from the WHOIS answer.

A Nameserver is composed by the following attributes:

  • :name:
  • :ipv4:
  • :ipv6:

Be aware that every WHOIS server can return a different number of details or no details at all.

[Validate]