abstract class HqTrivia::Coordinator

Overview

Abstract class for coordinating shows

Direct Known Subclasses

Defined in:

hqtrivia/show_coordinator/coordinator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(country : String, game_type : String | Nil = nil) #

[View source]

Instance Method Detail

def country : String #

Country for the show


[View source]
abstract def current_show #

The current show, or nil


[View source]
def game_type : String? #

Type of game, "trivia" or "words"


[View source]