class Gitlab::Repository
- Gitlab::Repository
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
webhooks/common.crConstructors
Instance Method Summary
- #description : String | Nil
- #description=(description : String | Nil)
- #git_http_url : String | Nil
- #git_http_url=(git_http_url : String | Nil)
- #git_ssh_url : String | Nil
- #git_ssh_url=(git_ssh_url : String | Nil)
- #homepage : String
- #homepage=(homepage : String)
- #name : String
- #name=(name : String)
- #url : String
- #url=(url : String)
- #visibility_level : Int8 | Nil
- #visibility_level=(visibility_level : Int8 | Nil)