8 lines
128 B
Ruby
8 lines
128 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class FeatureFlagsClientEntity < Grape::Entity
|
||
|
include RequestAwareEntity
|
||
|
|
||
|
expose :token
|
||
|
end
|