Class: ActiveRecord::MigrationProxy
- Inherits:
-
Object
- Object
- ActiveRecord::MigrationProxy
- Defined in:
- 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
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename.
356 357 358 |
# File 'lib/active_record/migration.rb', line 356 def filename @filename end |
#name ⇒ Object
Returns the value of attribute name.
356 357 358 |
# File 'lib/active_record/migration.rb', line 356 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
356 357 358 |
# File 'lib/active_record/migration.rb', line 356 def version @version end |