Class: ActiveRecord::MigrationProxy

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

- (Object) filename

Returns the value of attribute filename



393
394
395
# File 'activerecord/lib/active_record/migration.rb', line 393

def filename
  @filename
end

- (Object) name

Returns the value of attribute name



393
394
395
# File 'activerecord/lib/active_record/migration.rb', line 393

def name
  @name
end

- (Object) version

Returns the value of attribute version



393
394
395
# File 'activerecord/lib/active_record/migration.rb', line 393

def version
  @version
end