Class: Mxrb::Architecture::Edge
- Inherits:
-
Data
- Object
- Data
- Mxrb::Architecture::Edge
- Defined in:
- lib/mxrb/architecture/graph.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#relation ⇒ Object
readonly
Returns the value of attribute relation.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
6 7 8 |
# File 'lib/mxrb/architecture/graph.rb', line 6 def from @from end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
6 7 8 |
# File 'lib/mxrb/architecture/graph.rb', line 6 def @metadata end |
#relation ⇒ Object (readonly)
Returns the value of attribute relation
6 7 8 |
# File 'lib/mxrb/architecture/graph.rb', line 6 def relation @relation end |
#to ⇒ Object (readonly)
Returns the value of attribute to
6 7 8 |
# File 'lib/mxrb/architecture/graph.rb', line 6 def to @to end |