Sha256: 9e81fd61737f669863a5ec92f9de5b875151cc7017b9efd83800e14b3f572ee4
Contents?: true
Size: 650 Bytes
Versions: 10
Compression:
Stored size: 650 Bytes
Contents
module Ddr::Index module LegacyLicenseFields warn "[DEPRECATION] `Ddr::Index::LegacyLicenseFields` is deprecated and will be removed from ddr-models 3.0." 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
10 entries across 10 versions & 1 rubygems