Sha256: 033783fb95b1944c82e59025f55fef047c95d9f6fc301549ea1565af8489265c

Contents?: true

Size: 535 Bytes

Versions: 35

Compression:

Stored size: 535 Bytes

Contents

module Ddr::Index
  module LegacyLicenseFields

    DEFAULT_LICENSE_DESCRIPTION = Field.new :default_license_description, type: :string
    DEFAULT_LICENSE_TITLE       = Field.new :default_license_title, type: :string
    DEFAULT_LICENSE_URL         = Field.new :default_license_url, type: :string
    LICENSE_DESCRIPTION         = Field.new :license_description, type: :string
    LICENSE_TITLE               = Field.new :license_title, type: :string
    LICENSE_URL                 = Field.new :license_url, type: :string

  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
ddr-models-2.6.2 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.6.1 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.6.0 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.6.0.rc4 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.6.0.rc3 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.6.0.rc2 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.6.0.rc1 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.5.3 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.5.2 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.5.1 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.5.0 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.5.0.rc1 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.16 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.15 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.14 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.13 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.12 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.11 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.10 lib/ddr/index/legacy_license_fields.rb
ddr-models-2.4.9 lib/ddr/index/legacy_license_fields.rb