Sha256: 64f8f4d1387258488f5c3bd14259ab56ef8d763ed34f19bfc7ebaaf824ca684b
Contents?: true
Size: 188 Bytes
Versions: 48
Compression:
Stored size: 188 Bytes
Contents
# frozen_string_literal: true module Lutaml module Uml class Model < Package attr_accessor :viewpoint def initialize @contents = [] end end end end
Version data entries
48 entries across 48 versions & 2 rubygems