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



34
35
36
# File 'lib/little_ghost/graph.rb', line 34

def condition
  @condition
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



34
35
36
# File 'lib/little_ghost/graph.rb', line 34

def from
  @from
end

#input_mapperObject (readonly)

Returns the value of attribute input_mapper

Returns:

  • (Object)

    the current value of input_mapper



34
35
36
# File 'lib/little_ghost/graph.rb', line 34

def input_mapper
  @input_mapper
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



34
35
36
# File 'lib/little_ghost/graph.rb', line 34

def to
  @to
end