class HqTrivia::LocalCoordinator

Overview

A fake coordinator used for testing, etc

Defined in:

hqtrivia/show_coordinator/local_coordinator.cr

Instance Method Summary

Instance methods inherited from class HqTrivia::Coordinator

country : String country, current_show current_show, game_type : String? game_type

Constructor methods inherited from class HqTrivia::Coordinator

new(country : String, game_type : String | Nil = nil) new

Instance Method Detail

def current_show #

Show to be returned by local fake coordinator, or an inactive show


[View source]
def show : HqTrivia::Model::Show? #

Show to be returned by local fake coordinator


[View source]
def show=(show : Nil | HqTrivia::Model::Show) #

Show to be returned by local fake coordinator


[View source]