Class: BigRecord::MigrationProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/big_record/migration.rb

Overview

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

Instance Attribute Summary

Instance Attribute Details

- (Object) filename

Returns the value of attribute filename



178
179
180
# File 'lib/big_record/migration.rb', line 178

def filename
  @filename
end

- (Object) name

Returns the value of attribute name



178
179
180
# File 'lib/big_record/migration.rb', line 178

def name
  @name
end

- (Object) version

Returns the value of attribute version



178
179
180
# File 'lib/big_record/migration.rb', line 178

def version
  @version
end