debian-mirror-gitlab/app/serializers/feature_flag_scope_entity.rb
2021-01-03 14:25:43 +05:30

13 lines
231 B
Ruby

# frozen_string_literal: true
class FeatureFlagScopeEntity < Grape::Entity
include RequestAwareEntity
expose :id
expose :active
expose :environment_scope
expose :created_at
expose :updated_at
expose :strategies
end