Class: LittleGhost::Graph::ErrorEdge

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

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject (readonly)

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



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

def errors
  @errors
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



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

def from
  @from
end

#input_mapperObject (readonly)

Returns the value of attribute input_mapper

Returns:

  • (Object)

    the current value of input_mapper



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

def input_mapper
  @input_mapper
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end