# File lib/dnsruby/resource/TLSA.rb, line 132
        def rdata_to_string
          "#{@usage} #{@selector} #{@matching_type} #{@data}"
        end