module Gitlab::Client::BuildVariables

def group_variables(group)

Returns:
  • (Array) - The list of variables.

Parameters:
  • group (Integer, String) -- The ID or name of a group.
def group_variables(group)
  get("/groups/#{url_encode group}/variables")
end