class Gitlab::System::KeyCreate

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 id : Int32 #

def id=(id : Int32) #

def key : String #

def key=(key : String) #

def updated_at : Time #

def updated_at=(updated_at : Time) #

def username : String #

def username=(username : String) #