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

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

Instance Method Summary collapse

Instance Method Details

#foundObject



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

def found
  @isFound = true
end

#isFoundObject



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

def isFound
  @isFound ||= false
end