Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cable
v0.3.1
Cable
BackendCore
Channel
CloseRedisFiber
Channels
Connection
UnathorizedConnectionException
Debug
DevBackend
HabitatSettings
Handler
Payload
IdentifierConverter
Indentifier
PARAMS
RESULT
RedisBackend
RedisPinger
RemoteConnections
Server
WebsocketPinger
Built with Crystal 1.9.2
2023-10-08 03:04:33 UTC
struct
Cable::Payload::Indentifier
Cable::Payload::Indentifier
Struct
Value
Object
Included Modules
JSON::Serializable
JSON::Serializable::Unmapped
Defined in:
cable/payload.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#channel
: String
#channel=
(channel : String)
#key
: String
#key=
(key : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
channel
: String
#
[
View source
]
def
channel=
(channel : String)
#
[
View source
]
def
key
: String
#
[
View source
]
def
key=
(key : String)
#
[
View source
]