Method: Gitlab::Client::Projects#project_custom_attributes
- Defined in:
- lib/gitlab/client/projects.rb
permalink #project_custom_attributes(project_id) ⇒ Gitlab::ObjectifiedHash
Gets project custom_attributes.
654 655 656 |
# File 'lib/gitlab/client/projects.rb', line 654 def project_custom_attributes(project_id) get("/projects/#{project_id}/custom_attributes") end |