Class: LittleGhost::Graph::Fork
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Graph::Fork
- Defined in:
- lib/little_ghost/graph.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#max_concurrency ⇒ Object
readonly
Returns the value of attribute max_concurrency.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
36 37 38 |
# File 'lib/little_ghost/graph.rb', line 36 def from @from end |
#max_concurrency ⇒ Object (readonly)
Returns the value of attribute max_concurrency
36 37 38 |
# File 'lib/little_ghost/graph.rb', line 36 def max_concurrency @max_concurrency end |
#to ⇒ Object (readonly)
Returns the value of attribute to
36 37 38 |
# File 'lib/little_ghost/graph.rb', line 36 def to @to end |