class HqTrivia::Model::BroadcastEnded

Overview

Sent from the server when the broadcast has ended, this can either be because the show has actually ended, or your client lost connection. Used in both Trivia and Words

Included Modules

Defined in:

hqtrivia/model/broadcast_ended.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def reason : Union(String, Nil) #

[View source]
def reason=(_reason : Union(String, Nil)) #

[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]