class Gitlab::Repository

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 description : String | Nil #

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

[View source]
def git_http_url : String | Nil #

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

[View source]
def git_ssh_url : String | Nil #

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

[View source]
def homepage : String #

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

[View source]
def name : String #

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

[View source]
def url : String #

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

[View source]
def visibility_level : Int8 | Nil #

[View source]
def visibility_level=(visibility_level : Int8 | Nil) #

[View source]