summaryrefslogtreecommitdiff
path: root/app/serializers/ci/group_variable_entity.rb
blob: 30c8239541adb2b1d4e513aa6489fa2c99710058 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Ci
  class GroupVariableEntity < Ci::BasicVariableEntity
    expose :environment_scope
  end
end