Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
atcoder_marathon_ranking
master
Top Level Namespace
Contest
Person
Built with Crystal 1.9.2
2023-10-07 21:18:50 UTC
class
Contest
Contest
Reference
Object
Defined in:
atcoder_marathon_ranking.cr
Constructors
.new
(short_name : String, ids : Array(String), mul : Bool)
Instance Method Summary
#ids
: Array(String)
#ids=
(ids : Array(String))
#mul
: Bool
#mul=
(mul : Bool)
#short_name
: String
#short_name=
(short_name : String)
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
]