Class: ConcurrentPipeline::Pipelines::Schema::Timer
- Inherits:
-
Data
- Object
- Data
- ConcurrentPipeline::Pipelines::Schema::Timer
- Defined in:
- lib/concurrent_pipeline/pipelines/schema.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#interval ⇒ Object
readonly
Returns the value of attribute interval.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
12 13 14 |
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 12 def block @block end |
#interval ⇒ Object (readonly)
Returns the value of attribute interval
12 13 14 |
# File 'lib/concurrent_pipeline/pipelines/schema.rb', line 12 def interval @interval end |