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

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



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

def from
  @from
end

#max_concurrencyObject (readonly)

Returns the value of attribute max_concurrency

Returns:

  • (Object)

    the current value of max_concurrency



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

def max_concurrency
  @max_concurrency
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



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

def to
  @to
end