class HqTrivia::Model::BroadcastStats::ViewerCounts

Overview

Information about player counts, etc

Defined in:

hqtrivia/model/broadcast_stats.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def connected : Int32 #

[View source]
def connected=(_connected : Int32) #

[View source]
def playing : Int32 #

[View source]
def playing=(_playing : Int32) #

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

[View source]
def watching : Int32 #

[View source]
def watching=(_watching : Int32) #

[View source]