Class: CouchTomato::MigrationProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/couch_tomato/migrator.rb

Overview

MigrationProxy is used to defer loading of the actual migration classes until they are needed

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename.



32
33
34
# File 'lib/couch_tomato/migrator.rb', line 32

def filename
  @filename
end

#nameObject

Returns the value of attribute name.



32
33
34
# File 'lib/couch_tomato/migrator.rb', line 32

def name
  @name
end

#versionObject

Returns the value of attribute version.



32
33
34
# File 'lib/couch_tomato/migrator.rb', line 32

def version
  @version
end