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