Class: ConcurrentPipeline::Pipelines::Schema::Stats
- Inherits:
-
Struct
- Object
- Struct
- ConcurrentPipeline::Pipelines::Schema::Stats
- Defined in:
- lib/concurrent_pipeline/pipelines/schema.rb
Instance Attribute Summary collapse
-
#completed ⇒ Object
Returns the value of attribute completed.
-
#queue_size ⇒ Object
Returns the value of attribute queue_size.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#completed ⇒ Object
Returns the value of attribute completed
13 14 15 |
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 13 def completed @completed end |
#queue_size ⇒ Object
Returns the value of attribute queue_size
13 14 15 |
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 13 def queue_size @queue_size end |
#time ⇒ Object
Returns the value of attribute time
13 14 15 |
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 13 def time @time end |