class Project

Defined in:

models/models.cr

Constructors

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) #

[View source]