class Place::Chat::RoomMember
- Place::Chat::RoomMember
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/chat/health_notification_models.crConstructors
Instance Method Summary
- #admin?
- #available? : Bool
- #clinician?
- #coordinator?
- #email : String
- #email=(email : String)
- #id : String
- #name : String
- #name=(name : String)
- #notifications : NotificationSettings
- #notifications=(notifications : NotificationSettings)
- #notifications? : NotificationSettings | Nil
- #phone : String | Nil
- #phone=(phone : String | Nil)
- #roles : Array(String)