A generic resource abstract class.
Data for this generic resource.
# File lib/resolv.rb, line 1752 def initialize(data) @data = data end
Creates a new generic resource.
Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.