class HqTrivia::Model::BroadcastStats

Overview

Sent from the server containing various statistics about the broadcast at that point in time. Used in both Trivia and Words

Included Modules

Defined in:

hqtrivia/model/broadcast_stats.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def c : Int32 #

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

[View source]
def sent : Time #

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

[View source]
def status_message : String #

[View source]
def status_message=(_status_message : String) #

[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]
def viewer_counts : ViewerCounts #

[View source]
def viewer_counts=(_viewer_counts : ViewerCounts) #

[View source]