class Gitlab::User

Included Modules

Defined in:

webhooks/common.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String | Nil #

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

[View source]
def email : String | Nil #

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

[View source]
def id : Int32 | Nil #

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

[View source]
def name : String #

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

[View source]
def username : String | Nil #

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

[View source]