class Floorsense::User

Included Modules

Extended Modules

Defined in:

floorsense/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def desc : String | Nil #

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

[View source]
def email : String | Nil #

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

[View source]
def expiry : Int64 | Nil #

[View source]
def expiry=(expiry : Int64 | Nil) #

[View source]
def extid : String | Nil #

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

[View source]
def lastlogin : Int64 | Nil #

[View source]
def lastlogin=(lastlogin : Int64 | Nil) #

[View source]
def name : String #

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

[View source]
def pin : String | Nil #

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

[View source]
def privacy : Int32 | Nil #

[View source]
def privacy=(privacy : Int32 | Nil) #

[View source]
def reslimit : Int64 | Nil #

[View source]
def reslimit=(reslimit : Int64 | Nil) #

[View source]
def ugroupid : Int64 | Nil #

[View source]
def ugroupid=(ugroupid : Int64 | Nil) #

[View source]
def uid : String #

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

[View source]
def uidtoken : String | Nil #

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

[View source]
def usertype : String | Nil #

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

[View source]