class Office365::User

Included Modules

Defined in:

models/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def contacts : Array(Contact) | Nil #

[View source]
def contacts=(contacts : Array(Contact) | Nil) #

[View source]
def display_name : String | Nil #

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

[View source]
def id : String #

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

[View source]
def job_title : String | Nil #

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

[View source]
def mail : String | Nil #

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

[View source]
def mobile_phone : String | Nil #

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

[View source]