struct Cryflare::User

Included Modules

Defined in:

cryflare/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def betas : Array(String) | Nil #

[View source]
def country : String | Nil #

[View source]
def created_on : Time | Nil #

[View source]
def email : String | Nil #

[View source]
def first_name : String | Nil #

[View source]
def id : String #

[View source]
def last_name : String | Nil #

[View source]
def modified_on : Time | Nil #

[View source]
def organizations : Array(UserOrganization) | Nil #

[View source]
def suspended? : Bool | Nil #

[View source]
def telephone : String | Nil #

[View source]
def two_factor_authentication_enabled? : Bool | Nil #

[View source]
def username : String | Nil #

[View source]
def zipcode : String | Nil #

[View source]