class Api42::User

Included Modules

Defined in:

interfaces/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def anonymize_date : String | Nil #

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

[View source]
def campus : Array(Campus) #

[View source]
def campus=(campus : Array(Campus)) #

[View source]
def campus_users : Array(CampusUser) #

[View source]
def campus_users=(campus_users : Array(CampusUser)) #

[View source]
def correction_point : Int32 #

[View source]
def correction_point=(correction_point : Int32) #

[View source]
def cursus_users : Array(CursusUser) #

[View source]
def cursus_users=(cursus_users : Array(CursusUser)) #

[View source]
def displayname : String #

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

[View source]
def email : String #

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

[View source]
def first_name : String #

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

[View source]
def id : UInt64 #

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

[View source]
def image_url : String #

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

[View source]
def is_staff : Bool #

[View source]
def is_staff=(is_staff : Bool) #

[View source]
def last_name : String #

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

[View source]
def location : String | Nil #

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

[View source]
def login : String #

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

[View source]
def phone : String #

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

[View source]
def pool_month : String | Nil #

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

[View source]
def pool_year : String | Nil #

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

[View source]
def projects_users : Array(ProjectUser) #

[View source]
def projects_users=(projects_users : Array(ProjectUser)) #

[View source]
def url : String #

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

[View source]
def usual_first_name : String | Nil #

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

[View source]
def wallet : Int32 #

[View source]
def wallet=(wallet : Int32) #

[View source]