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