class Lutaml::Uml::Node::Relationship

Attributes

from[R]
to[R]

Public Instance Methods

from=(value) click to toggle source
# File lib/lutaml/uml/node/relationship.rb, line 16
def from=(value)
  @from = value.to_s
end
to=(value) click to toggle source
# File lib/lutaml/uml/node/relationship.rb, line 22
def to=(value)
  @to = value.to_s
end