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