Sha256: ba0a17779bae20abaf98c035f33654a4e83c978700b9db1d3145e1b487e2d9ee
Contents?: true
Size: 185 Bytes
Versions: 1
Compression:
Stored size: 185 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class FileSetStructural < Struct attribute :contains, Types::Strict::Array.of(File).default([]) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cocina-models-0.63.0 | lib/cocina/models/file_set_structural.rb |