RFC 1035, Section 3.4.2 (deprecated)
[Source]
# File lib/Dnsruby/resource/IN.rb, line 75 75: def initialize(address, protocol, bitmap) 76: @address = IPv4.create(address) 77: @protocol = protocol 78: @bitmap = bitmap 79: end
[Validate]