Sha256: 28daa8c7f0ff07047c2c8e01619f38cfb59ca6f837c708581daa51a5c34e6d88
Contents?: true
Size: 216 Bytes
Versions: 46
Compression:
Stored size: 216 Bytes
Contents
# frozen_string_literal: true module Lutaml module Uml module Node module HasType attr_reader :type def type=(value) @type = value.to_s end end end end end
Version data entries
46 entries across 46 versions & 2 rubygems