Sha256: 1691a740aa4b4d1f6b3eef1416e8e5a5041e5ecda2bc0f2a2c7694e042d5af2c
Contents?: true
Size: 234 Bytes
Versions: 29
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Hyrax # Provide select options for the license (dcterms:rights) field class LicenseService < QaSelectService def initialize(_authority_name = nil) super('licenses') end end end
Version data entries
29 entries across 29 versions & 1 rubygems