From fa520242b878d25e37aacfcb0d838c58d3a4b271 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 1 Jan 2018 15:44:47 +0100 Subject: Add support for project and group custom variables implements parts of #367 --- docs/gl_objects/users.py | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'docs/gl_objects/users.py') diff --git a/docs/gl_objects/users.py b/docs/gl_objects/users.py index e452217..842e35d 100644 --- a/docs/gl_objects/users.py +++ b/docs/gl_objects/users.py @@ -98,24 +98,6 @@ gl.auth() current_user = gl.user # end currentuser get -# ca list -attrs = user.customeattributes.list() -# end ca list - -# ca get -attr = user.customeattributes.get(attr_key) -# end ca get - -# ca set -attr = user.customeattributes.set(attr_key, attr_value) -# end ca set - -# ca delete -attr.delete() -# or -user.customeattributes.delete(attr_key) -# end ca delete - # it list i_t = user.impersonationtokens.list(state='active') i_t = user.impersonationtokens.list(state='inactive') -- cgit v1.2.1