# File lib/dnsruby/resource/NXT.rb, line 70 def self.new_from_hash(params_hash) params_hash[:type] = Types::NXT RR.new_from_hash(params_hash) end