dce26700b2
Partially addresses #47424.
9 lines
153 B
Ruby
9 lines
153 B
Ruby
# frozen_string_literal: true
|
|
|
|
class VariableEntity < Grape::Entity
|
|
expose :id
|
|
expose :key
|
|
expose :value
|
|
|
|
expose :protected?, as: :protected
|
|
end
|