class Gitlab::Commit

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 added : Array(String) | Nil #

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

[View source]
def author : User #

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

[View source]
def id : String #

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

[View source]
def message : String #

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

[View source]
def modified : Array(String) | Nil #

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

[View source]
def removed : Array(String) | Nil #

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

[View source]
def timestamp : String #

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

[View source]
def url : String #

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

[View source]