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