class ProjectInfo

Defined in:

models/models.cr

Constructors

Constructor Detail

def self.new(name : String = "", team : Array(TeamInfo) = Array(TeamInfo).new, cities : Array(City) = Array(City).new, countries : Array(Country) = Array(Country).new, mission : String = "", description : String = "", rank : Int64 = 1_i64, is_circle : Bool = false) #

[View source]