class Gitlab::Project
- Gitlab::Project
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lib/gitlab/models.crConstructors
Instance Method Summary
- #archived=(archived : Bool)
- #archived? : Bool
- #avatar_url : String | Nil
- #avatar_url=(avatar_url : String | Nil)
- #can_create_merge_request_in=(can_create_merge_request_in : Bool)
- #can_create_merge_request_in? : Bool
- #ci_config_path : String | Nil
- #ci_config_path=(ci_config_path : String | Nil)
- #created_at : Time
- #created_at=(created_at : Time)
- #default_branch : String | Nil
- #default_branch=(default_branch : String | Nil)
- #description : String | Nil
- #description=(description : String | Nil)
- #description_html : String
- #description_html=(description_html : String)
- #empty_repo=(empty_repo : Bool)
- #empty_repo? : Bool
- #fork? : Bool
- #forked_from_project : ForkedFromProject | Nil
- #forked_from_project=(forked_from_project : ForkedFromProject | Nil)
- #forks_count : Int32 | Nil
- #forks_count=(forks_count : Int32 | Nil)
- #http_url_to_repo : String
- #http_url_to_repo=(http_url_to_repo : String)
- #id : Int32
- #id=(id : Int32)
- #last_activity_at : Time
- #last_activity_at=(last_activity_at : Time)
- #license : License | Nil
- #license=(license : License | Nil)
- #license_url : String | Nil
- #license_url=(license_url : String | Nil)
- #links : Links
- #links=(links : Links)
- #mirror=(mirror : Bool | Nil)
- #mirror? : Bool | Nil
- #name : String
- #name=(name : String)
- #name_with_namespace : String
- #name_with_namespace=(name_with_namespace : String)
- #namespace : Namespace
- #namespace=(namespace : Namespace)
- #open_issues_count : Int32 | Nil
- #open_issues_count=(open_issues_count : Int32 | Nil)
- #owner : Owner | Nil
- #owner=(owner : Owner | Nil)
- #path : String
- #path=(path : String)
- #path_with_namespace : String
- #path_with_namespace=(path_with_namespace : String)
- #permissions : Permissions | Nil
- #permissions=(permissions : Permissions | Nil)
- #readme_url : String | Nil
- #readme_url=(readme_url : String | Nil)
- #shared_with_groups : Array(JSON::Any | Nil)
- #shared_with_groups=(shared_with_groups : Array(JSON::Any | Nil))
- #ssh_url_to_repo : String
- #ssh_url_to_repo=(ssh_url_to_repo : String)
- #star_count : Int32
- #star_count=(star_count : Int32)
- #tag_list : Array(String)
- #tag_list=(tag_list : Array(String))
- #topics : Array(String)
- #topics=(topics : Array(String))
- #updated_at : String
- #updated_at=(updated_at : String)
- #visibility : String
- #visibility=(visibility : String)
- #web_url : String
- #web_url=(web_url : String)