class Forgejo::Repository

Included Modules

Defined in:

lib/forgejo/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 created_at : Time #

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

[View source]
def default_branch : String #

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

[View source]
def description : String #

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

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

[View source]
def fork? : Bool #

[View source]
def forks_count : Int32 #

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

[View source]
def full_name : String #

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

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

[View source]
def has_releases? : Bool #

[View source]
def id : Int32 #

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

[View source]
def language : String #

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

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

[View source]
def mirror? : Bool #

[View source]
def name : String #

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

[View source]
def open_issues_count : Int32 #

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

[View source]
def owner : User #

[View source]
def owner=(owner : User) #

[View source]
def private=(private __arg0 : Bool) #

[View source]
def private? : Bool #

[View source]
def release_counter : Int32 #

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

[View source]
def stars_count : Int32 #

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

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

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

[View source]
def updated_at : Time #

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

[View source]
def url : String #

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

[View source]
def website : String #

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

[View source]