Class: ConcurrentPipeline::Stores::Schema::Migration

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

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject (readonly)

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



5
6
7
# File 'lib/concurrent_pipeline/stores/schema.rb', line 5

def block
  @block
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



5
6
7
# File 'lib/concurrent_pipeline/stores/schema.rb', line 5

def version
  @version
end