Class: VersionedStore::Stores::Schema::Migration
- Inherits:
-
Data
- Object
- Data
- VersionedStore::Stores::Schema::Migration
- Defined in:
- lib/versioned_store/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
8 9 10 |
# File 'lib/versioned_store/stores/schema.rb', line 8 def block @block end |
#version ⇒ Object (readonly)
Returns the value of attribute version
8 9 10 |
# File 'lib/versioned_store/stores/schema.rb', line 8 def version @version end |