Class: DAG::Edge
- Inherits:
-
Struct
- Object
- Struct
- DAG::Edge
- Defined in:
- lib/dag.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#properties ⇒ Object
Returns the value of attribute properties.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
7 8 9 |
# File 'lib/dag.rb', line 7 def destination @destination end |
#origin ⇒ Object
Returns the value of attribute origin
7 8 9 |
# File 'lib/dag.rb', line 7 def origin @origin end |
#properties ⇒ Object
Returns the value of attribute properties
7 8 9 |
# File 'lib/dag.rb', line 7 def properties @properties end |