Class: LittleGhost::Graph::Edge

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#conditionObject (readonly)

Returns the value of attribute condition

Returns:

  • (Object)

    the current value of condition



39
40
41
# File 'lib/little_ghost/graph.rb', line 39

def condition
  @condition
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



39
40
41
# File 'lib/little_ghost/graph.rb', line 39

def from
  @from
end

#input_mapperObject (readonly)

Returns the value of attribute input_mapper

Returns:

  • (Object)

    the current value of input_mapper



39
40
41
# File 'lib/little_ghost/graph.rb', line 39

def input_mapper
  @input_mapper
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



39
40
41
# File 'lib/little_ghost/graph.rb', line 39

def to
  @to
end