Class: LittleGhost::Graph::ErrorEdge
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Graph::ErrorEdge
- Defined in:
- lib/little_ghost/graph.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#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
#errors ⇒ Object (readonly)
Returns the value of attribute errors
35 36 37 |
# File 'lib/little_ghost/graph.rb', line 35 def errors @errors end |
#from ⇒ Object (readonly)
Returns the value of attribute from
35 36 37 |
# File 'lib/little_ghost/graph.rb', line 35 def from @from end |
#input_mapper ⇒ Object (readonly)
Returns the value of attribute input_mapper
35 36 37 |
# File 'lib/little_ghost/graph.rb', line 35 def input_mapper @input_mapper end |
#to ⇒ Object (readonly)
Returns the value of attribute to
35 36 37 |
# File 'lib/little_ghost/graph.rb', line 35 def to @to end |