[Source]
# File lib/Dnsruby/resource/OPT.rb, line 206 206: def initialize(code, data) 207: @code = code 208: @data = data 209: end
[Validate]