RFC 1035, Section 3.4.2 (deprecated)
[Source]
# File lib/Dnsruby/resource/IN.rb, line 42 42: def initialize(address, protocol, bitmap) 43: @address = IPv4.create(address) 44: @protocol = protocol 45: @bitmap = bitmap 46: end
[Validate]