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

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

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