Module: Lutaml::Uml::Node::HasName
- Included in:
- ClassNode, ClassRelationship, Field, Method, MethodArgument, Relationship
- Defined in:
- lib/lutaml/uml/node/has_name.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/lutaml/uml/node/has_name.rb', line 7 def name @name end |