Class: LittleGhost::Graph::Edge
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Graph::Edge
- Defined in:
- lib/little_ghost/graph.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#condition ⇒ Object
readonly
Returns the value of attribute condition.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#input_mapper ⇒ Object
readonly
Returns the value of attribute input_mapper.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#condition ⇒ Object (readonly)
Returns the value of attribute condition
34 35 36 |
# File 'lib/little_ghost/graph.rb', line 34 def condition @condition end |
#from ⇒ Object (readonly)
Returns the value of attribute from
34 35 36 |
# File 'lib/little_ghost/graph.rb', line 34 def from @from end |
#input_mapper ⇒ Object (readonly)
Returns the value of attribute input_mapper
34 35 36 |
# File 'lib/little_ghost/graph.rb', line 34 def input_mapper @input_mapper end |
#to ⇒ Object (readonly)
Returns the value of attribute to
34 35 36 |
# File 'lib/little_ghost/graph.rb', line 34 def to @to end |