class Murcure::Room::Entity
- Murcure::Room::Entity
- Reference
- Object
Overview
Stores clients list and provides read\write look to access\modify clients list.
Defined in:
murcure/room/entity.crConstructors
Instance Method Summary
- #add_client(client : Client::Entity) : Void
- #clients(&)
- #id : UInt32
- #name : String
- #parent_id : UInt32
- #remove_client(client : Client::Entity) : Void
Constructor Detail
def self.new(id : UInt32, parent_id : UInt32, name : String, clients : Array(Murcure::Client::Entity))
#