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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/ci/basic_variable_entity.rb')
-rw-r--r--app/serializers/ci/basic_variable_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/ci/basic_variable_entity.rb b/app/serializers/ci/basic_variable_entity.rb
index 210c01408a6..5907bf0f29c 100644
--- a/app/serializers/ci/basic_variable_entity.rb
+++ b/app/serializers/ci/basic_variable_entity.rb
@@ -5,6 +5,7 @@ module Ci
expose :id
expose :key
expose :value
+ expose :description
expose :variable_type
expose :protected?, as: :protected