module T::Props::Serializable::ClassMethods

def from_hash!(hash)

Returns:
  • (Serializable) -
def from_hash!(hash)
  self.decorator.from_hash(hash, true)
end