gitlab-org--gitlab-foss/app/serializers/feature_flags/scope_entity.rb

9 lines
142 B
Ruby

# frozen_string_literal: true
module FeatureFlags
class ScopeEntity < Grape::Entity
expose :id
expose :environment_scope
end
end