Method: Gitlab::Client::Groups#group_custom_attributes
- Defined in:
- lib/gitlab/client/groups.rb
permalink #group_custom_attributes(group_id) ⇒ Gitlab::ObjectifiedHash
Gets group custom_attributes.
281 282 283 |
# File 'lib/gitlab/client/groups.rb', line 281 def group_custom_attributes(group_id) get("/groups/#{group_id}/custom_attributes") end |