Class: ConcurrentPipeline::Stores::Schema::Migration
- Inherits:
-
Data
- Object
- Data
- ConcurrentPipeline::Stores::Schema::Migration
- Defined in:
- lib/concurrent_pipeline/stores/schema.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
readonly
Returns the value of attribute block.
-
#version ⇒ Object
readonly
Returns the value of attribute version.
Instance Attribute Details
#block ⇒ Object (readonly)
Returns the value of attribute block
5 6 7 |
# File 'lib/concurrent_pipeline/stores/schema.rb', line 5 def block @block end |
#version ⇒ Object (readonly)
Returns the value of attribute version
5 6 7 |
# File 'lib/concurrent_pipeline/stores/schema.rb', line 5 def version @version end |