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