class Murcure::Client::Entity
- Murcure::Client::Entity
- Reference
- Object
Overview
Stores parameters of client and provides read\write look to access\modify is` params.
Included Modules
Defined in:
murcure/client/entity.crConstructors
Instance Method Summary
- #activate
- #add_auth(&)
- #add_version(&)
-
#channel_id : UInt32 | Nil
room
-
#channel_id=(channel_id : UInt32 | Nil)
room
- #connected?
- #os : String | Nil
- #os=(os : String | Nil)
- #os_version : String | Nil
- #os_version=(os_version : String | Nil)
- #password : String | Nil
- #password=(password : String | Nil)
- #read(&)
- #receive : Protobuf::Message | Nil
- #release : String | Nil
- #release=(release : String | Nil)
- #send(msg : Protobuf::Message)
- #session_id : UInt32
- #session_id=(session_id : UInt32)
- #tokens : Array(String) | Nil
- #tokens=(tokens : Array(String) | Nil)
-
#username : String | Nil
creds
-
#username=(username : String | Nil)
creds
-
#version : UInt32 | Nil
versions
-
#version=(version : UInt32 | Nil)
versions
- #write(&)