# frozen_string_literal: true module Api class TaxonJstreeAttributeSerializer < ActiveModel::Serializer attributes :id, :name end end