class Gitlab::Project

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

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

[View source]
def ci_config_path : String | Nil #

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

[View source]
def default_branch : String #

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

[View source]
def description : String | Nil #

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

[View source]
def git_http_url : String #

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

[View source]
def git_ssh_url : String #

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

[View source]
def homepage : String | Nil #

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

[View source]
def http_url : String | Nil #

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

[View source]
def id : Int32 #

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

[View source]
def name : String #

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

[View source]
def namespace : String #

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

[View source]
def path_with_namespace : String #

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

[View source]
def ssh_url : String | Nil #

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

[View source]
def url : String | Nil #

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

[View source]
def visibility_level : Int32 #

[View source]
def visibility_level=(visibility_level : Int32) #

[View source]
def web_url : String #

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

[View source]