8 lines
122 B
Ruby
8 lines
122 B
Ruby
|
class VariableEntity < Grape::Entity
|
||
|
expose :id
|
||
|
expose :key
|
||
|
expose :value
|
||
|
|
||
|
expose :protected?, as: :protected
|
||
|
end
|