class Contest

Defined in:

atcoder_marathon_ranking.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(short_name : String, ids : Array(String), mul : Bool) #

[View source]

Instance Method Detail

def ids : Array(String) #

[View source]
def ids=(ids : Array(String)) #

[View source]
def mul : Bool #

[View source]
def mul=(mul : Bool) #

[View source]
def short_name : String #

[View source]
def short_name=(short_name : String) #

[View source]