lib/cocina/models/request_file_set.rb in cocina-models-0.24.0 vs lib/cocina/models/request_file_set.rb in cocina-models-0.25.0
- old
+ new
@@ -12,9 +12,9 @@
end
attribute :type, Types::String.enum(*FileSet::TYPES)
attribute :label, Types::Strict::String
attribute :version, Types::Coercible::Integer
attribute(:identification, FileSet::Identification.default { FileSet::Identification.new })
- attribute(:structural, FileSet::Structural.default { FileSet::Structural.new })
+ attribute(:structural, Structural.default { Structural.new })
end
end
end