class Gitlab::System::UserRename

Defined in:

webhooks/system.cr

Constructors

Instance Method Summary

Instance methods inherited from class Gitlab::System::UserCreate

created_at : Time created_at, created_at=(created_at : Time) created_at=, email : String email, email=(email : String) email=, name : String name, name=(name : String) name=, updated_at : Time updated_at, updated_at=(updated_at : Time) updated_at=, user_id : Int32 user_id, user_id=(user_id : Int32) user_id=, username : String username, username=(username : String) username=

Constructor methods inherited from class Gitlab::System::UserCreate

new(pull : JSON::PullParser) new

Instance methods inherited from class Gitlab::Event

event_name : String | Nil event_name, event_name=(event_name : String | Nil) event_name=, event_type : String | Nil event_type, event_type=(event_type : String | Nil) event_type=, object_kind : String | Nil object_kind, object_kind=(object_kind : String | Nil) object_kind=

Constructor methods inherited from class Gitlab::Event

new(pull : JSON::PullParser) new

Macros inherited from class Gitlab::Event

timestamps timestamps

Constructor Detail

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

[View source]

Instance Method Detail

def old_username : String #

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

[View source]