# File lib/dnsruby/resource/GPOS.rb, line 39
      def self.new_from_hash(gpos_params_hash)
        gpos_params_hash[:type] = Types::GPOS
        RR.new_from_hash(gpos_params_hash)
      end