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