9 10 11 12 13 14
# File 'lib/mihari/structs/virustotal_intelligence.rb', line 9 def self.from_dynamic!(d) d = Types::Hash[d] new( url: d["url"] ) end