class Gossip::Client

Defined in:

gossip.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(game_name : String, client_id : String, client_secret : String) #

[View source]

Instance Method Detail

def authenticate #

[View source]
def broadcast : Channel(JSON::Any) #

[View source]
def player_list : Proc(Array(String)) #

[View source]
def player_list=(player_list : Proc(Array(String))) #

[View source]
def player_login : Channel(String) #

def player_login_json(player : String) #

[View source]
def player_logout : Channel(String) #

def player_logout_json(player : String) #

[View source]
def pong #

[View source]
def run #

[View source]
def verbose : Bool #

[View source]
def verbose=(verbose : Bool) #

[View source]