# File lib/dnsruby/resource/TKEY.rb, line 112 def from_hash(hash) super(hash) if (algorithm) @algorithm = Name.create(hash[:algorithm]) end end