Sha256: 0ebf7ff723a9cae85ba69f4ef2329d2ad177cdf4f7fe6c6c55bd6f7345bb193a
Contents?: true
Size: 288 Bytes
Versions: 33
Compression:
Stored size: 288 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class Administrative < Struct # example: druid:bc123df4567 attribute :hasAdminPolicy, Types::Strict::String attribute :releaseTags, Types::Strict::Array.of(ReleaseTag).default([].freeze) end end end
Version data entries
33 entries across 33 versions & 1 rubygems