Sha256: d744c9daad62948a2f67da2cb30824e4cc8aa72b95439309957f2e0ccd7acdb6
Contents?: true
Size: 256 Bytes
Versions: 29
Compression:
Stored size: 256 Bytes
Contents
# frozen_string_literal: true module Hyrax # Provide select options for the copyright status (edm:rights) field class RightsStatementService < QaSelectService def initialize(_authority_name = nil) super('rights_statements') end end end
Version data entries
29 entries across 29 versions & 1 rubygems