Class: LittleGhost::Graph::Edge
- Inherits:
-
Data
- Object
- Data
- LittleGhost::Graph::Edge
- 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_mapper ⇒ Object
readonly
Returns the value of attribute input_mapper.
-
#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
45 46 47 |
# File 'lib/little_ghost/graph.rb', line 45 def condition @condition end |
#from ⇒ Object (readonly)
Returns the value of attribute from
45 46 47 |
# File 'lib/little_ghost/graph.rb', line 45 def from @from end |
#input_mapper ⇒ Object (readonly)
Returns the value of attribute input_mapper
45 46 47 |
# File 'lib/little_ghost/graph.rb', line 45 def input_mapper @input_mapper end |
#max_concurrency ⇒ Object (readonly)
Returns the value of attribute max_concurrency
45 46 47 |
# File 'lib/little_ghost/graph.rb', line 45 def max_concurrency @max_concurrency end |
#to ⇒ Object (readonly)
Returns the value of attribute to
45 46 47 |
# File 'lib/little_ghost/graph.rb', line 45 def to @to end |