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