Current section

Files

Jump to
authoritex lib authoritex loc subject_headings.ex
Raw

lib/authoritex/loc/subject_headings.ex

defmodule Authoritex.LOC.SubjectHeadings do
@desc "Library of Congress Subject Headings"
@moduledoc "Authoritex implementation for #{@desc}"
use Authoritex.LOC.Base,
subauthority: "authorities/subjects",
code: "lcsh",
description: @desc
end