class
Hamilton::Types::GameHighScore
- Hamilton::Types::GameHighScore
- Reference
- Object
Overview
This object represents one row of the high scores table for a game.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/game_high_score.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#position : Int32
Position in high score table for the game.
-
#position=(position : Int32)
Position in high score table for the game.
-
#score : Int32
Score.
-
#score=(score : Int32)
Score.
-
#user : Hamilton::Types::User
User.
-
#user=(user : Hamilton::Types::User)
User.