Class: Ractor::Pipeline::Stage
- Inherits:
-
Struct
- Object
- Struct
- Ractor::Pipeline::Stage
- Defined in:
- lib/ractor/pipeline.rb
Instance Attribute Summary collapse
-
#branches ⇒ Object
Returns the value of attribute branches.
-
#job ⇒ Object
Returns the value of attribute job.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#lanes ⇒ Object
Returns the value of attribute lanes.
Instance Attribute Details
#branches ⇒ Object
Returns the value of attribute branches
76 77 78 |
# File 'lib/ractor/pipeline.rb', line 76 def branches @branches end |
#job ⇒ Object
Returns the value of attribute job
76 77 78 |
# File 'lib/ractor/pipeline.rb', line 76 def job @job end |
#kind ⇒ Object
Returns the value of attribute kind
76 77 78 |
# File 'lib/ractor/pipeline.rb', line 76 def kind @kind end |
#lanes ⇒ Object
Returns the value of attribute lanes
76 77 78 |
# File 'lib/ractor/pipeline.rb', line 76 def lanes @lanes end |