Sha256: 2b3fa47fba05ea2697a71e596519f55ceca7033e9c1c8f6405057a4f4a9f335d
Contents?: true
Size: 489 Bytes
Versions: 5
Compression:
Stored size: 489 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class Administrative < Struct # example: druid:bc123df4567 attribute :hasAdminPolicy, Types::Strict::String.meta(omittable: true) attribute :releaseTags, Types::Strict::Array.of(ReleaseTag).meta(omittable: true) # Administrative or Internal project this resource is a part of # example: Google Books attribute :partOfProject, Types::Strict::String.meta(omittable: true) end end end
Version data entries
5 entries across 5 versions & 1 rubygems