class HqTrivia::Model::WordsGameResult::Winner::User

Overview

User information

Defined in:

hqtrivia/model/words_game_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String #

[View source]
def avatar_url=(_avatar_url : String) #

[View source]
def points : Int32 #

[View source]
def points=(_points : Int32) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def user_id : Int32 #

[View source]
def user_id=(_user_id : Int32) #

[View source]
def username : String #

[View source]
def username=(_username : String) #

[View source]