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



45
46
47
# File 'lib/little_ghost/graph.rb', line 45

def condition
  @condition
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



45
46
47
# File 'lib/little_ghost/graph.rb', line 45

def from
  @from
end

#input_mapperObject (readonly)

Returns the value of attribute input_mapper

Returns:

  • (Object)

    the current value of input_mapper



45
46
47
# File 'lib/little_ghost/graph.rb', line 45

def input_mapper
  @input_mapper
end

#max_concurrencyObject (readonly)

Returns the value of attribute max_concurrency

Returns:

  • (Object)

    the current value of max_concurrency



45
46
47
# File 'lib/little_ghost/graph.rb', line 45

def max_concurrency
  @max_concurrency
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



45
46
47
# File 'lib/little_ghost/graph.rb', line 45

def to
  @to
end