# File lib/dnsruby/resource/RR.rb, line 62
  def type=(type)
    @type = Types.new(type)
  end