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

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

class VariableEntity < Ci::BasicVariableEntity
  expose :environment_scope
end