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