class Gitlab::Project

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 archived=(archived : Bool) #

[View source]
def archived? : Bool #

[View source]
def avatar_url : String | Nil #

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

[View source]
def can_create_merge_request_in=(can_create_merge_request_in : Bool) #

[View source]
def can_create_merge_request_in? : Bool #

[View source]
def ci_config_path : String | Nil #

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

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def default_branch : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def description_html : String #

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

[View source]
def empty_repo=(empty_repo : Bool) #

[View source]
def empty_repo? : Bool #

[View source]
def fork? : Bool #

[View source]
def forked_from_project : ForkedFromProject | Nil #

[View source]
def forked_from_project=(forked_from_project : ForkedFromProject | Nil) #

[View source]
def forks_count : Int32 | Nil #

[View source]
def forks_count=(forks_count : Int32 | Nil) #

[View source]
def http_url_to_repo : String #

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

[View source]
def id : Int32 #

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

[View source]
def last_activity_at : Time #

[View source]
def last_activity_at=(last_activity_at : Time) #

[View source]
def license : License | Nil #

[View source]
def license=(license : License | Nil) #

[View source]
def license_url : String | Nil #

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

[View source]
def links : Links #

[View source]
def links=(links : Links) #

[View source]
def mirror=(mirror : Bool | Nil) #

[View source]
def mirror? : Bool | Nil #

[View source]
def name : String #

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

[View source]
def name_with_namespace : String #

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

[View source]
def namespace : Namespace #

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

[View source]
def open_issues_count : Int32 | Nil #

[View source]
def open_issues_count=(open_issues_count : Int32 | Nil) #

[View source]
def owner : Owner | Nil #

[View source]
def owner=(owner : Owner | Nil) #

[View source]
def path : String #

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

[View source]
def path_with_namespace : String #

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

[View source]
def permissions : Permissions | Nil #

[View source]
def permissions=(permissions : Permissions | Nil) #

[View source]
def readme_url : String | Nil #

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

[View source]
def shared_with_groups : Array(JSON::Any | Nil) #

[View source]
def shared_with_groups=(shared_with_groups : Array(JSON::Any | Nil)) #

[View source]
def ssh_url_to_repo : String #

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

[View source]
def star_count : Int32 #

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

[View source]
def tag_list : Array(String) #

[View source]
def tag_list=(tag_list : Array(String)) #

[View source]
def topics : Array(String) #

[View source]
def topics=(topics : Array(String)) #

[View source]
def updated_at : String #

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

[View source]
def visibility : String #

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

[View source]
def web_url : String #

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

[View source]