class Gitlab::ForkedFromProject

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

[View source]
def avatar_url=(avatar_url : 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 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 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 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 readme_url : String | Nil #

[View source]
def readme_url=(readme_url : String | 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 web_url : String #

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

[View source]