Class: Lutaml::Uml::Model
- Inherits:
-
Package
- Object
- TopElement
- Package
- Lutaml::Uml::Model
- Defined in:
- lib/lutaml/uml/model.rb
Instance Attribute Summary collapse
-
#viewpoint ⇒ Object
Returns the value of attribute viewpoint.
Attributes inherited from Package
#children_packages, #classes, #contents, #data_types, #enums, #imports
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Instance Method Summary collapse
-
#initialize ⇒ Model
constructor
A new instance of Model.
Methods inherited from Package
#diagrams, #diagrams=, #packages, #packages=
Methods included from HasAttributes
Methods inherited from TopElement
Constructor Details
#initialize ⇒ Model
Returns a new instance of Model.
8 9 10 |
# File 'lib/lutaml/uml/model.rb', line 8 def initialize @contents = [] end |
Instance Attribute Details
#viewpoint ⇒ Object
Returns the value of attribute viewpoint.
6 7 8 |
# File 'lib/lutaml/uml/model.rb', line 6 def viewpoint @viewpoint end |