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

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

Instance Method Summary collapse

Instance Method Details

#foundObject



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

def found
  @isFound = true
end

#isFoundObject



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

def isFound
  @isFound ||= false
end