Class: ActiveRecord::MigrationProxy

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

#filenameObject

Returns the value of attribute filename.



356
357
358
# File 'lib/gems/activerecord-2.2.2/lib/active_record/migration.rb', line 356

def filename
  @filename
end

#nameObject

Returns the value of attribute name.



356
357
358
# File 'lib/gems/activerecord-2.2.2/lib/active_record/migration.rb', line 356

def name
  @name
end

#versionObject

Returns the value of attribute version.



356
357
358
# File 'lib/gems/activerecord-2.2.2/lib/active_record/migration.rb', line 356

def version
  @version
end