33 34 35 36 37 38
# File 'lib/mihari/structs/censys.rb', line 33 def self.from_dynamic!(d) d = Types::Hash[d] new( port: d.fetch("port") ) end