Sha256: 14edec8ac047f0ab38d143e9c2564b1e23117f21f0acfa4f4b964703ab272501
Contents?: true
Size: 240 Bytes
Versions: 48
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true require "lutaml/uml/serializers/base" module Lutaml module Uml module Serializers class TopElementAttribute < Base property :cardinality property :type end end end end
Version data entries
48 entries across 48 versions & 2 rubygems