Class: Lutaml::Uml::Node::Document
- Defined in:
- lib/lutaml/uml/node/document.rb
Instance Attribute Summary collapse
-
#classes ⇒ Object
Returns the value of attribute classes.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods included from HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::Node::Base
Instance Attribute Details
#classes ⇒ Object
Returns the value of attribute classes.
10 11 12 |
# File 'lib/lutaml/uml/node/document.rb', line 10 def classes @classes end |