class Place::Chat::RoomMember

Included Modules

Extended Modules

Defined in:

place/chat/health_notification_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def admin? #

[View source]
def available? : Bool #

[View source]
def clinician? #

[View source]
def coordinator? #

[View source]
def email : String #

[View source]
def email=(email : String) #

[View source]
def id : String #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def notifications : NotificationSettings #

def notifications=(notifications : NotificationSettings) #

[View source]
def notifications? : NotificationSettings | Nil #

def phone : String | Nil #

[View source]
def phone=(phone : String | Nil) #

[View source]
def roles : Array(String) #

[View source]