Class: Lutaml::Sysml::NestedConnectorEnd
- Inherits:
-
Uml::ConnectorEnd
- Object
- Model::Serializable
- Uml::TopElement
- Uml::ConnectorEnd
- Lutaml::Sysml::NestedConnectorEnd
- Defined in:
- lib/lutaml/sysml/nested_connector_end.rb
Instance Attribute Summary collapse
-
#base_connectorend ⇒ Object
Returns the value of attribute base_connectorend.
-
#property_path ⇒ Object
Returns the value of attribute property_path.
Instance Method Summary collapse
-
#initialize ⇒ NestedConnectorEnd
constructor
rubocop:disable Lint/MissingSuper.
Methods inherited from Uml::TopElement
#definition_from_yaml, #definition_to_yaml, #full_name_from_yaml, #full_name_to_yaml
Constructor Details
#initialize ⇒ NestedConnectorEnd
rubocop:disable Lint/MissingSuper
8 9 10 |
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 8 def initialize # rubocop:disable Lint/MissingSuper @property_path = [] end |
Instance Attribute Details
#base_connectorend ⇒ Object
Returns the value of attribute base_connectorend.
6 7 8 |
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 6 def base_connectorend @base_connectorend end |
#property_path ⇒ Object
Returns the value of attribute property_path.
6 7 8 |
# File 'lib/lutaml/sysml/nested_connector_end.rb', line 6 def property_path @property_path end |