Class: Ractor::Pipeline::Stage

Inherits:
Struct
  • Object
show all
Defined in:
lib/ractor/pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchesObject

Returns the value of attribute branches

Returns:

  • (Object)

    the current value of branches



76
77
78
# File 'lib/ractor/pipeline.rb', line 76

def branches
  @branches
end

#jobObject

Returns the value of attribute job

Returns:

  • (Object)

    the current value of job



76
77
78
# File 'lib/ractor/pipeline.rb', line 76

def job
  @job
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



76
77
78
# File 'lib/ractor/pipeline.rb', line 76

def kind
  @kind
end

#lanesObject

Returns the value of attribute lanes

Returns:

  • (Object)

    the current value of lanes



76
77
78
# File 'lib/ractor/pipeline.rb', line 76

def lanes
  @lanes
end