Class: Upkeep::DAG::Edge
- Inherits:
-
Data
- Object
- Data
- Upkeep::DAG::Edge
- Defined in:
- lib/upkeep/dag.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
9 10 11 |
# File 'lib/upkeep/dag.rb', line 9 def from @from end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
9 10 11 |
# File 'lib/upkeep/dag.rb', line 9 def reason @reason end |
#to ⇒ Object (readonly)
Returns the value of attribute to
9 10 11 |
# File 'lib/upkeep/dag.rb', line 9 def to @to end |