Class: ConcurrentPipeline::Pipelines::Schema::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/concurrent_pipeline/pipelines/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



11
12
13
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 11

def label
  @label
end

#queue_sizeObject

Returns the value of attribute queue_size

Returns:

  • (Object)

    the current value of queue_size



11
12
13
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 11

def queue_size
  @queue_size
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



11
12
13
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 11

def value
  @value
end