class Forgejo::User

Included Modules

Defined in:

lib/forgejo/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String #

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

[View source]
def created : Time #

[View source]
def created=(created : Time) #

[View source]
def description : String #

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

[View source]
def email : String #

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

[View source]
def full_name : String #

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

[View source]
def id : Int32 #

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

[View source]
def location : String #

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

[View source]
def login : String #

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

[View source]
def website : String #

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

[View source]