DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / lib / api / entities / gpg_key.rb
123456789
# frozen_string_literal: true module API module Entities class GpgKey < Grape::Entity expose :id, :key, :created_at end end end