# File lib/dnsruby/resource/RRSet.rb, line 151
  def type
    if (@rrs[0])
      return @rrs[0].type
    end
    return nil
  end