Class: ActiveColumn::MigrationProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/active_column/migration.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.



55
56
57
# File 'lib/active_column/migration.rb', line 55

def filename
  @filename
end

#nameObject

Returns the value of attribute name.



55
56
57
# File 'lib/active_column/migration.rb', line 55

def name
  @name
end

#versionObject

Returns the value of attribute version.



55
56
57
# File 'lib/active_column/migration.rb', line 55

def version
  @version
end