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