Skip to content

Commit

Permalink
Add docstring for settings manager in Gitlab class
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed Jul 17, 2016
1 parent 21f48b3 commit 52c8825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/__init__.py
Expand Up @@ -109,6 +109,7 @@ class Gitlab(object):
snippets
user_projects (UserProjectManager): Manager for GitLab projects users
projects (ProjectManager): Manager for GitLab projects
settings (ApplicationSettingsManager): manager for the Gitlab settings
team_members (TeamMemberManager): Manager for GitLab teams members
team_projects (TeamProjectManager): Manager for GitLab teams projects
teams (TeamManager): Manager for GitLab teams
Expand Down

0 comments on commit 52c8825

Please sign in to comment.