Class: LittleGhost::Graph::Fork

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



47
48
49
# File 'lib/little_ghost/graph.rb', line 47

def condition
  @condition
end

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



47
48
49
# File 'lib/little_ghost/graph.rb', line 47

def from
  @from
end

#input_mappersObject (readonly)

Returns the value of attribute input_mappers

Returns:

  • (Object)

    the current value of input_mappers



47
48
49
# File 'lib/little_ghost/graph.rb', line 47

def input_mappers
  @input_mappers
end

#max_concurrencyObject (readonly)

Returns the value of attribute max_concurrency

Returns:

  • (Object)

    the current value of max_concurrency



47
48
49
# File 'lib/little_ghost/graph.rb', line 47

def max_concurrency
  @max_concurrency
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



47
48
49
# File 'lib/little_ghost/graph.rb', line 47

def to
  @to
end