Sha256: bca845df01844704db45504b4e396fc8e9791fa0e44bc9ac076295c86a51a653
Contents?: true
Size: 257 Bytes
Versions: 4
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class Presentation < Struct # Height in pixels attribute? :height, Types::Strict::Integer # Width in pixels attribute? :width, Types::Strict::Integer end end end
Version data entries
4 entries across 4 versions & 1 rubygems