class Gitlab::Change

Included Modules

Defined in:

webhooks/common.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def after : String #

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

[View source]
def before : String #

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

[View source]
def ref : String #

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

[View source]