class
Forgejo::Repository
- Forgejo::Repository
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lib/forgejo/models.crConstructors
Instance Method Summary
- #archived=(archived : Bool)
- #archived? : Bool
- #created_at : Time
- #created_at=(created_at : Time)
- #default_branch : String
- #default_branch=(default_branch : String)
- #description : String
- #description=(description : String)
- #fork=(fork : Bool)
- #fork? : Bool
- #forks_count : Int32
- #forks_count=(forks_count : Int32)
- #full_name : String
- #full_name=(full_name : String)
- #has_releases=(has_releases : Bool)
- #has_releases? : Bool
- #id : Int32
- #id=(id : Int32)
- #language : String
- #language=(language : String)
- #mirror=(mirror : Bool)
- #mirror? : Bool
- #name : String
- #name=(name : String)
- #open_issues_count : Int32
- #open_issues_count=(open_issues_count : Int32)
- #owner : User
- #owner=(owner : User)
- #private=(private __arg0 : Bool)
- #private? : Bool
- #release_counter : Int32
- #release_counter=(release_counter : Int32)
- #stars_count : Int32
- #stars_count=(stars_count : Int32)
- #topics : Array(String)
- #topics=(topics : Array(String))
- #updated_at : Time
- #updated_at=(updated_at : Time)
- #url : String
- #url=(url : String)
- #website : String
- #website=(website : String)