Class: VersionedStore::Stores::Schema::Migration

Inherits:
Data
  • Object
show all
Defined in:
lib/versioned_store/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



8
9
10
# File 'lib/versioned_store/stores/schema.rb', line 8

def block
  @block
end

#versionObject (readonly)

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/versioned_store/stores/schema.rb', line 8

def version
  @version
end