Sha256: 704e405a8e68b495d30fb7ff711abfafd99fa56a4dbabda4299c332add65b964
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true require_relative "base_mapper" module LocMods class StringPlusLanguagePlusAuthority < BaseMapper attribute :content, Shale::Type::String attribute :authority, Shale::Type::String attribute :authority_uri, Shale::Type::Value attribute :value_uri, Shale::Type::Value end end
Version data entries
3 entries across 3 versions & 1 rubygems