class Resolv::DNS::Resource::HINFO
Host Information resource.
Attributes
CPU architecture for this resource.
Operating system for this resource.
Public Class Methods
Source
# File lib/resolv.rb, line 2325 def initialize(cpu, os) @cpu = cpu @os = os end
Creates a new HINFO running os on cpu.
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.