adding the actual references for referenced objects

This commit is contained in:
Torsten Ruger
2014-08-18 13:53:05 +03:00
parent 67c3fb6cb0
commit 1dee9a4bd1
8 changed files with 40 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ module Sof
@level = level
end
attr_reader :object , :number
attr_accessor :level
attr_accessor :level , :referenced
end
end