7 lines
144 B
Ruby
7 lines
144 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class GroupDeployKeysGroupEntity < Grape::Entity
|
||
|
expose :can_push
|
||
|
expose :group, using: GroupBasicEntity
|
||
|
end
|