Sha256: 8b866a30f42e13a4354689a998390bfe0bc6884c1073570fd41af196ea0bb613
Contents?: true
Size: 278 Bytes
Versions: 3
Compression:
Stored size: 278 Bytes
Contents
# based on Hyrax::RightsStatementService module Hyrax # Provide select options for the NewspaperArticle genre (edm:hasType) field class ArticleGenreService < QaSelectService def initialize(_authority_name = nil) super('newspaper_article_genres') end end end
Version data entries
3 entries across 3 versions & 1 rubygems