Class: Lutaml::Uml::Node::Document

Inherits:
Base
  • Object
show all
Defined in:
lib/lutaml/uml/node/document.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#parent

Method Summary

Methods inherited from Base

#initialize

Methods included from HasAttributes

#update_attributes

Constructor Details

This class inherits a constructor from Lutaml::Uml::Node::Base

Instance Attribute Details

#classesObject

Returns the value of attribute classes.



10
11
12
# File 'lib/lutaml/uml/node/document.rb', line 10

def classes
  @classes
end