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

feature_flags_client_entity.rb « serializers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a195c7d759f845c12074437cb0d65580e054782 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class FeatureFlagsClientEntity < Grape::Entity
  include RequestAwareEntity

  expose :token
end