Class Whois::Answer::Part
In: lib/whois/answer/part.rb
Parent: SuperStruct.new(:body, :host)

Part

A single Whois::Answer fragment. For instance, in case of thin server, a Whois::Answer may be composed by one or more parts corresponding to all responses returned by the WHOIS servers.

A Part is composed by the following attributes:

  • body - The body containing the whois output.
  • host - The host which returned the body.

[Validate]