112 113 114 115 116 117
# File 'lib/Dnsruby/resource/TKEY.rb', line 112 def from_hash(hash) super(hash) if (algorithm) @algorithm = Name.create(hash[:algorithm]) end end