module Lutaml::Uml::Node::HasType

Attributes

type[R]

Public Instance Methods

type=(value) click to toggle source
# File lib/lutaml/uml/node/has_type.rb, line 9
def type=(value)
  @type = value.to_s
end