AuthenticatedUser.xxx_emails

This commit is contained in:
Vincent Jacques
2012-02-25 10:10:55 +00:00
parent 307b6a85c7
commit bf1ffbde5e
4 changed files with 20 additions and 7 deletions
+5
View File
@@ -15,6 +15,11 @@ AuthenticatedUser = GithubObject(
"disk_usage", "collaborators", "plan",
),
Editable( [], [ "name", "email", "blog", "company", "location", "hireable", "bio" ] ),
ExternalListOfSimpleTypes( "emails",
ListGetable( [], [] ),
SeveralElementsAddable(),
SeveralElementsRemovable()
),
)
NamedUser = GithubObject(