Class: Lutaml::Uml::Node::Relationship
- Defined in:
- lib/lutaml/uml/node/relationship.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
Attributes included from HasType
Attributes included from HasName
Attributes inherited from Base
Method Summary
Methods inherited from Base
Methods included from HasAttributes
Constructor Details
This class inherits a constructor from Lutaml::Uml::Node::Base
Instance Attribute Details
#from ⇒ Object
Returns the value of attribute from.
14 15 16 |
# File 'lib/lutaml/uml/node/relationship.rb', line 14 def from @from end |
#to ⇒ Object
Returns the value of attribute to.
14 15 16 |
# File 'lib/lutaml/uml/node/relationship.rb', line 14 def to @to end |