class

Tourmaline::GameHighScore

Inherits JSON::Serializable / Reference / Object

This object represents one row of the high scores table for a game.

Constructors

new(position : Int32 | Int64, user : Tourmaline::User, score : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

position

Position in high score table for the game

Source
position=(position : Int32 | Int64)

Position in high score table for the game

Source
score

Score

Source
score=(score : Int32 | Int64)

Score

Source
user

User

Source
user=(user : Tourmaline::User)

User

Source