class Gitlab::Links

Included Modules

Defined in:

lib/gitlab/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def events : String #

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

[View source]
def issues : String | Nil #

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

[View source]
def labels : String #

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

[View source]
def links_self : String #

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

[View source]
def members : String #

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

[View source]
def merge_requests : String | Nil #

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

[View source]
def repo_branches : String #

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

[View source]