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

Version Path
hyrax-5.1.0.pre.beta1 app/services/hyrax/license_service.rb
hyrax-5.0.4 app/services/hyrax/license_service.rb
hyrax-5.0.3 app/services/hyrax/license_service.rb
hyrax-5.0.2 app/services/hyrax/license_service.rb
hyrax-5.0.1 app/services/hyrax/license_service.rb
hyrax-5.0.0 app/services/hyrax/license_service.rb
hyrax-5.0.0.rc3 app/services/hyrax/license_service.rb
hyrax-5.0.0.rc2 app/services/hyrax/license_service.rb
hyrax-5.0.0.rc1 app/services/hyrax/license_service.rb
hyrax-3.6.0 app/services/hyrax/license_service.rb
hyrax-4.0.0 app/services/hyrax/license_service.rb
hyrax-4.0.0.rc3 app/services/hyrax/license_service.rb
hyrax-4.0.0.rc2 app/services/hyrax/license_service.rb
hyrax-4.0.0.rc1 app/services/hyrax/license_service.rb
hyrax-3.5.0 app/services/hyrax/license_service.rb
hyrax-4.0.0.beta2 app/services/hyrax/license_service.rb
hyrax-3.4.2 app/services/hyrax/license_service.rb
hyrax-4.0.0.beta1 app/services/hyrax/license_service.rb
hyrax-3.4.1 app/services/hyrax/license_service.rb
hyrax-3.4.0 app/services/hyrax/license_service.rb