Sha256: 5928ae12ac96f538ebe7cd9cb280011f5aec19f576130d9b268b8b197989d1f5
Contents?: true
Size: 214 Bytes
Versions: 3
Compression:
Stored size: 214 Bytes
Contents
# frozen_string_literal: true require "lutaml/model" module LocMods class StringPlusLanguagePlusSupplied < Lutaml::Model::Serializable attribute :content, :string attribute :supplied, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems