class Person

Defined in:

atcoder_marathon_ranking.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String) #

[View source]

Instance Method Detail

def count : Int32 #

[View source]
def count=(count : Int32) #

[View source]
def css_color #

[View source]
def min_rank #

[View source]
def name : String #

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

[View source]
def points : Array(Int32?) #

[View source]
def points=(points : Array(Int32 | Nil)) #

[View source]
def ranks : Array(Int32?) #

[View source]
def ranks=(ranks : Array(Int32 | Nil)) #

[View source]
def sum : Int32 #

[View source]
def sum=(sum : Int32) #

[View source]
def to_s(io) #

[View source]
def top10 : Int32 #

[View source]
def top10=(top10 : Int32) #

[View source]
def top5 : Int32 #

[View source]
def top5=(top5 : Int32) #

[View source]
def total_rank : Int32 #

[View source]
def total_rank=(total_rank : Int32) #

[View source]
def win : Int32 #

[View source]
def win=(win : Int32) #

[View source]