struct Helpers::WebSocket::Body
- Helpers::WebSocket::Body
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
helpers/web_socket/body.crConstructors
Class Method Summary
Instance Method Summary
- #event : String
- #event=(event : String)
- #payload : Hash(String, JSON::Any)
- #payload=(payload : Hash(String, JSON::Any))
- #subject : String
- #subject=(subject : String)
- #topic : String
- #topic=(topic : String)