struct Srcom::LeaderboardRun

Overview

A LeaderboardRun is equivalent to a SimpleRun, except that it also has a #place.

Included Modules

Defined in:

srcr/mappings/run/leaderboard_run.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def category(*args, **options) #

[View source]
def category(*args, **options, &) #

[View source]
def comment(*args, **options, &) #

[View source]
def comment(*args, **options) #

[View source]
def date(*args, **options) #

[View source]
def date(*args, **options, &) #

[View source]
def game(*args, **options) #

[View source]
def game(*args, **options, &) #

[View source]
def id(*args, **options) #

[View source]
def id(*args, **options, &) #

[View source]
def level(*args, **options, &) #

[View source]
def level(*args, **options) #

[View source]
def place : Int32 #

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

[View source]
def players(*args, **options, &) #

[View source]
def players(*args, **options) #

[View source]
def splits(*args, **options) #

[View source]
def splits(*args, **options, &) #

[View source]
def status(*args, **options, &) #

[View source]
def status(*args, **options) #

[View source]
def submitted(*args, **options) #

[View source]
def submitted(*args, **options, &) #

[View source]
def system(*args, **options) #

[View source]
def system(*args, **options, &) #

[View source]
def times(*args, **options) #

[View source]
def times(*args, **options, &) #

[View source]
def values(*args, **options) #

[View source]
def values(*args, **options, &) #

[View source]
def videos(*args, **options, &) #

[View source]
def videos(*args, **options) #

[View source]
def weblink(*args, **options, &) #

[View source]
def weblink(*args, **options) #

[View source]