class Gitlab::User

Included Modules

Defined in:

lib/gitlab/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 bio : String #

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

[View source]
def created_at : Time | Nil #

[View source]
def created_at=(created_at : Time | Nil) #

[View source]
def id : Int32 #

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

[View source]
def linkedin : String #

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

[View source]
def location : String #

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

[View source]
def name : String #

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

[View source]
def organization : String #

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

[View source]
def public_email : String | Nil #

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

[View source]
def skype : String #

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

[View source]
def state : String #

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

[View source]
def twitter : String #

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

[View source]
def username : String #

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

[View source]
def web_url : String #

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

[View source]
def website_url : String #

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

[View source]