class

Gitlab::Project

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

archived=(archived : Bool)
Source
archived?
Source
avatar_url
Source
avatar_url=(avatar_url : String | Nil)
Source
can_create_merge_request_in=(can_create_merge_request_in : Bool)
Source
can_create_merge_request_in?
Source
ci_config_path
Source
ci_config_path=(ci_config_path : String | Nil)
Source
created_at
Source
created_at=(created_at : Time)
Source
default_branch
Source
default_branch=(default_branch : String | Nil)
Source
description
Source
description=(description : String | Nil)
Source
description_html
Source
description_html=(description_html : String)
Source
empty_repo=(empty_repo : Bool)
Source
empty_repo?
Source
fork?
Source
forked_from_project
Source
forked_from_project=(forked_from_project : ForkedFromProject | Nil)
Source
forks_count
Source
forks_count=(forks_count : Int32 | Nil)
Source
http_url_to_repo
Source
http_url_to_repo=(http_url_to_repo : String)
Source
id=(id : Int32)
Source
last_activity_at
Source
last_activity_at=(last_activity_at : Time)
Source
license
Source
license=(license : License | Nil)
Source
license_url
Source
license_url=(license_url : String | Nil)
Source
mirror=(mirror : Bool | Nil)
Source
mirror?
Source
name
Source
name=(name : String)
Source
name_with_namespace
Source
name_with_namespace=(name_with_namespace : String)
Source
namespace
Source
namespace=(namespace : Namespace)
Source
open_issues_count
Source
open_issues_count=(open_issues_count : Int32 | Nil)
Source
owner
Source
owner=(owner : Owner | Nil)
Source
path
Source
path=(path : String)
Source
path_with_namespace
Source
path_with_namespace=(path_with_namespace : String)
Source
permissions
Source
permissions=(permissions : Permissions | Nil)
Source
readme_url
Source
readme_url=(readme_url : String | Nil)
Source
shared_with_groups
Source
shared_with_groups=(shared_with_groups : Array(JSON::Any | Nil))
Source
ssh_url_to_repo
Source
ssh_url_to_repo=(ssh_url_to_repo : String)
Source
star_count
Source
star_count=(star_count : Int32)
Source
tag_list
Source
tag_list=(tag_list : Array(String))
Source
topics
Source
topics=(topics : Array(String))
Source
updated_at
Source
updated_at=(updated_at : String)
Source
visibility
Source
visibility=(visibility : String)
Source
web_url
Source
web_url=(web_url : String)
Source