Class: LittleGhost::Graph::Join

Inherits:
Data
  • Object
show all
Defined in:
lib/little_ghost/graph.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



37
38
39
# File 'lib/little_ghost/graph.rb', line 37

def from
  @from
end

#input_mapperObject (readonly)

Returns the value of attribute input_mapper

Returns:

  • (Object)

    the current value of input_mapper



37
38
39
# File 'lib/little_ghost/graph.rb', line 37

def input_mapper
  @input_mapper
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



37
38
39
# File 'lib/little_ghost/graph.rb', line 37

def to
  @to
end