# File lib/dnsruby/resource/NXT.rb, line 41 def from_data(data) next_domain, types = data from_hash(next_domain: next_domain, types: types) end