lib/cocina/models/presentation.rb in cocina-models-0.58.1 vs lib/cocina/models/presentation.rb in cocina-models-0.58.2

- old
+ new

@@ -2,11 +2,11 @@ module Cocina module Models class Presentation < Struct # Height in pixels - attribute :height, Types::Strict::Integer.optional.meta(omittable: true) + attribute :height, Types::Strict::Integer.meta(omittable: true) # Width in pixels - attribute :width, Types::Strict::Integer.optional.meta(omittable: true) + attribute :width, Types::Strict::Integer.meta(omittable: true) end end end