class Project
- Project
- Reference
- Object
Defined in:
models/models.crConstructors
Constructor Detail
def self.new(name, pages : Array(MdPage) = Array(MdPage).new, links : Links = Links.new, ecosystem : ProjectEcoSystem = ProjectEcoSystem.new, info : ProjectInfo = ProjectInfo.new, milestones : Array(MileStone) = Array(MileStone).new)
#