Method: DNS::ResourceRecord::IN::HINFO#initialize
- Defined in:
- lib/faildns/resourcerecord/IN/HINFO.rb
#initialize(cpu, os) ⇒ HINFO
Returns a new instance of HINFO.
61 62 63 64 |
# File 'lib/faildns/resourcerecord/IN/HINFO.rb', line 61 def initialize (cpu, os) @cpu = cpu @os = os end |