Repository.permissions

This commit is contained in:
Vincent Jacques
2012-04-17 18:28:18 +01:00
parent 590798d349
commit 2f64b625f7
+1 -1
View File
@@ -34,7 +34,7 @@ Repository = GithubObject(
"pushed_at", "created_at", "organization",
"has_issues", "has_wiki", "has_downloads",
# Not documented
"mirror_url", "updated_at", "id",
"mirror_url", "updated_at", "id", "permissions",
),
InternalObjectAttribute( "owner", NamedUser ),
)