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.
Gets the CPU value.
Returns a String.
# File lib/net/dns/rr/hinfo.rb, line 20 def cpu @cpu end
Gets the OS value.
Returns a String.
# File lib/net/dns/rr/hinfo.rb, line 27 def os @os end
Generated with the Darkfish Rdoc Generator 2.