Sha256: 55a0d5b2ad938d5f2a6bd631544838410649c2fce033063b6d36b3e7a0dcf5f8
Contents?: true
Size: 495 Bytes
Versions: 8
Compression:
Stored size: 495 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # Metadata for a sequence. See http://sul-dlss.github.io/cocina-models/maps/Sequence.json class Sequence < Struct attribute :viewingDirection, Types::String.enum('left-to-right', 'right-to-left', 'top-to-bottom', 'bottom-to-top').optional end end end
Version data entries
8 entries across 8 versions & 1 rubygems