class HqTrivia::Model::RawWebSocketMessage

Overview

A raw JSON message coming off the socket.

Defined in:

hqtrivia/model/raw_web_socket_message.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

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

[View source]

Instance Method Detail

def to_json(json : JSON::Builder) #

[View source]
def type : String #

[View source]
def type=(_type : String) #

[View source]

Macro Detail

macro decode(json) #

[View source]