Sha256: c0f949e1bdb65cb34df0eb6f286c4179f739c8e44c2ed9878272caa24c5f3ff7

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

module Cocina
  module Models
    class Sequence < Struct
      # The direction that a sequence of canvases should be displayed to the user
      attribute :viewingDirection, Types::Strict::String.enum('right-to-left', 'left-to-right').meta(omittable: true)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cocina-models-0.32.0 lib/cocina/models/sequence.rb
cocina-models-0.31.1 lib/cocina/models/sequence.rb
cocina-models-0.31.0 lib/cocina/models/sequence.rb
cocina-models-0.30.0 lib/cocina/models/sequence.rb