Class: Rhom::RhomObjectFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/framework/autocomplete/Rhom.rb,
lib/framework/rhom/rhom_object_factory.rb,
lib/framework/newrhom/newrhom_object_factory.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRhomObjectFactory

Returns a new instance of RhomObjectFactory.



41
42
43
44
45
# File 'lib/framework/rhom/rhom_object_factory.rb', line 41

def initialize
	  #unless not defined? Rho::RhoConfig.sources
 #  init_objects
 #end
end

Class Method Details

.init_object(klass_model_obj) ⇒ Object

Initialize new object with dynamic attributes



48
49
# File 'lib/framework/rhom/rhom_object_factory.rb', line 48

def self.init_object(classname)
end