Method: Gitlab::Client::Groups#group
- Defined in:
- lib/gitlab/client/groups.rb
permalink #group(id, options = {}) ⇒ Gitlab::ObjectifiedHash
Gets a single group.
31 32 33 |
# File 'lib/gitlab/client/groups.rb', line 31 def group(id, = {}) get("/groups/#{url_encode id}", query: ) end |