class HqTrivia::Model::QuestionFinished

Overview

Sent from the server when the question is fully done, this is the last message sent pertaining to a question.

Included Modules

Defined in:

hqtrivia/model/question_finished.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def c : Int32 #

[View source]
def c=(_c : Int32) #

[View source]
def question_id : Int32 #

[View source]
def question_id=(_question_id : Int32) #

[View source]
def sent : Time #

[View source]
def sent=(_sent : Time) #

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

[View source]
def ts : Time #

[View source]
def ts=(_ts : Time) #

[View source]
def type : String #

[View source]
def type=(_type : String) #

[View source]