struct Ptero::Models::User

Included Modules

Defined in:

models/users.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def email : String #

[View source]
def external_id : String | Nil #

[View source]
def first_name : String #

[View source]
def id : Int32 #

[View source]
def language : String #

[View source]
def last_name : String #

[View source]
def root_admin? : Bool #

[View source]
def two_factor? : Bool #

[View source]
def updated_at : Time | Nil #

[View source]
def username : String #

[View source]
def uuid : String #

[View source]