class Gitlab::Projects::MergeRequest

Defined in:

webhooks/project.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) #

[View source]

Instance Method Detail

def assignee : User | Nil #

[View source]
def assignee=(assignee : User | Nil) #

[View source]
def changes : Changes #

[View source]
def changes=(changes : Changes) #

[View source]
def labels : Array(Label) #

[View source]
def labels=(labels : Array(Label)) #

[View source]
def object_attributes : MergeRequestObjectAttributes #

[View source]
def object_attributes=(object_attributes : MergeRequestObjectAttributes) #

[View source]
def project : Project #

[View source]
def project=(project : Project) #

[View source]
def repository : Repository #

[View source]
def repository=(repository : Repository) #

[View source]
def user : User #

[View source]
def user=(user : User) #

[View source]