summaryrefslogtreecommitdiff
path: root/app/serializers/variable_entity.rb
blob: 9b0db371acbd2d0ed4b4e33dbea9081796f2f036 (plain)
1
2
3
4
5
# frozen_string_literal: true

class VariableEntity < Ci::BasicVariableEntity
  expose :environment_scope
end