class Whois::Record::Part
A single {Whois::Record} fragment. For instance, in case of *thin server*, a {Whois::Record} can be composed by one or more parts corresponding to all responses returned by the WHOIS servers.
A part is composed by a body
and a host
.
@attr [String] body The body containing the WHOIS output. @attr [String] host The host which returned the body.