Class: Ooz::Model::Evolution

Inherits:
Base::Evolution show all
Defined in:
lib/ooz/model/evolution.rb

Instance Attribute Summary

Attributes inherited from Base::Model

#root

Attributes inherited from Common::BaseModel

#doc

Instance Method Summary collapse

Methods inherited from Base::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) ⇒ Evolution

Returns a new instance of Evolution.



6
7
8
# File 'lib/ooz/model/evolution.rb', line 6

def initialize(*args)
  super(*args)
end