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

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

Instance Method Summary collapse

Instance Method Details

#foundObject



48
49
50
# File 'lib/bakery/model/metamodel.rb', line 48

def found
  @isFound = true
end

#isFoundObject



45
46
47
# File 'lib/bakery/model/metamodel.rb', line 45

def isFound
  @isFound ||= false
end