Class: Ooz::Base::Ooze

Inherits:
Model show all
Defined in:
lib/ooz/base/ooze.rb

Direct Known Subclasses

Model::Ooze

Instance Attribute Summary

Attributes inherited from Model

#root

Attributes inherited from Common::BaseModel

#doc

Instance Method Summary collapse

Methods inherited from Model

#ooze

Methods inherited from Common::BaseModel

#as_json, #as_update, build, #changed?, #consolidate!, #new_change?, #print, #to_json, #undo!, #update_last_change!

Methods inherited from Common::BaseClass

overridable_const, passthrough, passthrough_arr, passthrough_cls

Constructor Details

#initialize(*args) ⇒ Ooze

Returns a new instance of Ooze.



22
23
24
25
26
# File 'lib/ooz/base/ooze.rb', line 22

def initialize(*args)
  super(*args)

  #pp evolution_class
end