Class: ConcurrentPipeline::Pipelines::Schema::Stats

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

Instance Attribute Summary collapse

Instance Attribute Details

#completedObject

Returns the value of attribute completed

Returns:

  • (Object)

    the current value of completed



13
14
15
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 13

def completed
  @completed
end

#queue_sizeObject

Returns the value of attribute queue_size

Returns:

  • (Object)

    the current value of queue_size



13
14
15
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 13

def queue_size
  @queue_size
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



13
14
15
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 13

def time
  @time
end