Module: Bake::BakeryModel::Project::ClassModule

Defined in:
lib/bakery/model/metamodel.rb

Instance Method Summary collapse

Instance Method Details

#foundObject



41
42
43
# File 'lib/bakery/model/metamodel.rb', line 41

def found
  @isFound = true 
end

#isFoundObject



38
39
40
# File 'lib/bakery/model/metamodel.rb', line 38

def isFound
  @isFound ||= false 
end