Class Net::DNS::RR::HINFO
In: lib/net/dns/rr/hinfo.rb
Parent: RR

System Information Record (HINFO)

Class for DNS HINFO resource records.

Allows definition of the Hardware type and Operating System (OS) in use at a host. For security reasons these records are rarely used on public servers. If a space exists in the field it must be enclosed in quotes. Single space between CPU and OS parameters.

Methods

cpu   os   to_a   value  

Public Instance methods

Gets the CPU value.

Returns a String.

Gets the OS value.

Returns a String.

Gets a list of all the attributes for this record.

Returns an Array of values.

Gets the standardized value for this record, represented by the value of cpu and os.

Returns a String.

[Validate]