Welcome to mirror list, hosted at ThFree Co, Russian Federation.

group_variable_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f44723fefe12387d40e578de2d4c039fa9487c1 (plain)
1
2
3
4
# frozen_string_literal: true

class GroupVariableEntity < Ci::BasicVariableEntity
end