class Gitlab::System::GroupCreate

Defined in:

webhooks/system.cr

Constructors

Instance Method Summary

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) #

Instance Method Detail

def created_at : Time #

https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233


def created_at=(created_at : Time) #

https://github.com/crystal-lang/crystal/blob/master/src/json/from_json.cr#L233


def full_path : String #

def full_path=(full_path : String) #

def group_id : Int32 #

def group_id=(group_id : Int32) #

def name : String #

def name=(name : String) #

def old_full_path : String | Nil #

def old_full_path=(old_full_path : String | Nil) #

def old_path : String | Nil #

def old_path=(old_path : String | Nil) #

def owner_email : String | Nil #

def owner_email=(owner_email : String | Nil) #

def owner_name : String | Nil #

def owner_name=(owner_name : String | Nil) #

def path : String #

def path=(path : String) #

def updated_at : Time #

def updated_at=(updated_at : Time) #