Sha256: b3d11f3f3fdd412309f97b6dd89ba2110df9d90c8ef01449ca704f93a4cf0f87
Contents?: true
Size: 482 Bytes
Versions: 12
Compression:
Stored size: 482 Bytes
Contents
# frozen_string_literal: true module Cocina module Models # Descriptive metadata. See http://sul-dlss.github.io/cocina-models/maps/Description.json class Description < Struct # Title element. See http://sul-dlss.github.io/cocina-models/maps/Title.json class Title < Struct attribute :primary, Types::Strict::Bool attribute :titleFull, Types::Strict::String end attribute :title, Types::Strict::Array.of(Title) end end end
Version data entries
12 entries across 12 versions & 1 rubygems