Sha256: 2c3696d54797544f4e33ccba09395db593f576a33f830360e25e7a6c2fc77fb3
Contents?: true
Size: 237 Bytes
Versions: 35
Compression:
Stored size: 237 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # This vocabulary defines some of the supported licenses class License < Vocabulary('https://cocina.sul.stanford.edu/licenses/') property :none end end end
Version data entries
35 entries across 35 versions & 1 rubygems