class Libis::Ingester::ConvertInfo

Public Class Methods

from_hash(hash) click to toggle source
# File lib/libis/ingester/convert_info.rb, line 22
def self.from_hash(hash)
  self.create_from_hash(hash.cleanup, [])
end