Package gitlab3 :: Class GitLab :: Class User
[hide private]
[frames] | no frames]

Class User

A GitLab user. See http://github.com/gitlabhq/gitlabhq/blob/master/doc/api/users.md

Nested Classes [hide private]
  SSHKey
A user's ssh key.
Instance Methods [hide private]
 
save()
Update GitLab with changes to this User
 
delete()
Delete this User
 
add_ssh_key(title, key)
Add a new ssh_key to this User
Method Details [hide private]

add_ssh_key(title, key)

 

Add a new ssh_key to this User

On success, the newly created object is returned.