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
41 42 43 |
# File 'lib/little_ghost/graph.rb', line 41 def from @from end |
#max_concurrency ⇒ Object (readonly)
Returns the value of attribute max_concurrency
41 42 43 |
# File 'lib/little_ghost/graph.rb', line 41 def max_concurrency @max_concurrency end |
#to ⇒ Object (readonly)
Returns the value of attribute to
41 42 43 |
# File 'lib/little_ghost/graph.rb', line 41 def to @to end |