abstract class Gitlab::Event

Included Modules

Direct Known Subclasses

Defined in:

webhooks/events.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

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

[View source]

Macro Detail

macro timestamps #

[View source]

Instance Method Detail

def event_name : String | Nil #

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

[View source]
def event_type : String | Nil #

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

[View source]
def object_kind : String | Nil #

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

[View source]