Class: Lutaml::Uml::Connector
- Inherits:
-
TopElement
- Object
- TopElement
- Lutaml::Uml::Connector
- Defined in:
- lib/lutaml/uml/connector.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#connector_end ⇒ Object
Returns the value of attribute connector_end.
-
#kind ⇒ Object
Returns the value of attribute kind.
Attributes inherited from TopElement
#comments, #definition, #href, #keyword, #name, #namespace, #stereotype, #visibility, #xmi_id, #xmi_uuid
Instance Method Summary collapse
-
#initialize ⇒ Connector
constructor
rubocop:disable Lint/MissingSuper.
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
#initialize ⇒ Connector
rubocop:disable Lint/MissingSuper
11 12 13 14 15 16 17 18 |
# File 'lib/lutaml/uml/connector.rb', line 11 def initialize # rubocop:disable Lint/MissingSuper @name = nil @xmi_id = nil @xmi_uuid = nil @connector_end = [] @namespace = nil @kind = nil end |
Instance Attribute Details
#connector_end ⇒ Object
Returns the value of attribute connector_end.
9 10 11 |
# File 'lib/lutaml/uml/connector.rb', line 9 def connector_end @connector_end end |
#kind ⇒ Object
Returns the value of attribute kind.
9 10 11 |
# File 'lib/lutaml/uml/connector.rb', line 9 def kind @kind end |