lib/cocina/models/presentation.rb in cocina-models-0.79.0 vs lib/cocina/models/presentation.rb in cocina-models-0.80.0

- old
+ new

@@ -1,8 +1,9 @@ # frozen_string_literal: true module Cocina module Models + # Presentation data for the File. class Presentation < Struct # Height in pixels attribute? :height, Types::Strict::Integer # Width in pixels attribute? :width, Types::Strict::Integer