summaryrefslogtreecommitdiff
path: root/lib/api/entities/deploy_key_with_user.rb
blob: 31024dc3910798889bb2ca643929532c27887001 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module API
  module Entities
    class DeployKeyWithUser < Entities::SSHKeyWithUser
      expose :deploy_keys_projects
    end
  end
end