Method: BuildVariables#group_variable
- Defined in:
- lib/gitlab/client/build_variables.rb
#group_variable(group, key) ⇒ Gitlab::ObjectifiedHash
Gets details of a group’s specific build variable.
87 88 89 |
# File 'lib/gitlab/client/build_variables.rb', line 87 def group_variable(group, key) get("/groups/#{url_encode group}/variables/#{key}") end |