Sha256: 8b3509addb4b37b81dc2c2ea94dba92e38308421881fa2fe449e75f3235dea69
Contents?: true
Size: 232 Bytes
Versions: 42
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true module Lutaml module Uml class PrimitiveType < DataType attr_reader :keyword def initialize(attributes = {}) super @keyword = "primitive" end end end end
Version data entries
42 entries across 42 versions & 2 rubygems