about summary refs log tree commit diff
path: root/app/serializers/rest/keys/device_serializer.rb
blob: f9b821b79ca1d8b2c6dc183314b8f17ee08ef5c5 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

class REST::Keys::DeviceSerializer < ActiveModel::Serializer
  attributes :device_id, :name, :identity_key,
             :fingerprint_key
end