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
A new instance of Connector.
Methods inherited from TopElement
Methods included from HasAttributes
Constructor Details
#initialize ⇒ Connector
Returns a new instance of Connector.
11 12 13 14 15 16 17 18 |
# File 'lib/lutaml/uml/connector.rb', line 11 def initialize @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 |