Class: ConcurrentPipeline::Pipelines::Schema::Timer

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



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

def block
  @block
end

#intervalObject (readonly)

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



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

def interval
  @interval
end