debian-mirror-gitlab/app/serializers/variable_entity.rb

6 lines
110 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2020-05-24 23:13:21 +05:30
class VariableEntity < Ci::BasicVariableEntity
2019-10-12 21:52:04 +05:30
expose :environment_scope
2018-03-17 18:26:18 +05:30
end