Class: Lutaml::Sysml::Allocated
- Inherits:
-
Uml::TopElement
- Object
- Model::Serializable
- Uml::TopElement
- Lutaml::Sysml::Allocated
- Defined in:
- lib/lutaml/sysml/allocated.rb
Instance Attribute Summary collapse
-
#allocated_from ⇒ Object
Returns the value of attribute allocated_from.
-
#allocated_to ⇒ Object
Returns the value of attribute allocated_to.
-
#base_named_element ⇒ Object
Returns the value of attribute base_named_element.
Method Summary
Methods inherited from Uml::TopElement
#definition_from_yaml, #definition_to_yaml, #full_name_from_yaml, #full_name_to_yaml
Instance Attribute Details
#allocated_from ⇒ Object
Returns the value of attribute allocated_from.
4 5 6 |
# File 'lib/lutaml/sysml/allocated.rb', line 4 def allocated_from @allocated_from end |
#allocated_to ⇒ Object
Returns the value of attribute allocated_to.
4 5 6 |
# File 'lib/lutaml/sysml/allocated.rb', line 4 def allocated_to @allocated_to end |
#base_named_element ⇒ Object
Returns the value of attribute base_named_element.
4 5 6 |
# File 'lib/lutaml/sysml/allocated.rb', line 4 def base_named_element @base_named_element end |