Class: Mongoid::MigrationProxy
- Inherits:
-
Object
- Object
- Mongoid::MigrationProxy
- Defined in:
- lib/mongoid_rails_migrations/active_record_ext/migrations.rb
Overview
MigrationProxy is used to defer loading of the actual migration classes until they are needed
Instance Attribute Summary (collapse)
-
- (Object) filename
Returns the value of attribute filename.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) version
Returns the value of attribute version.
Instance Attribute Details
- (Object) filename
Returns the value of attribute filename
167 168 169 |
# File 'lib/mongoid_rails_migrations/active_record_ext/migrations.rb', line 167 def filename @filename end |
- (Object) name
Returns the value of attribute name
167 168 169 |
# File 'lib/mongoid_rails_migrations/active_record_ext/migrations.rb', line 167 def name @name end |
- (Object) version
Returns the value of attribute version
167 168 169 |
# File 'lib/mongoid_rails_migrations/active_record_ext/migrations.rb', line 167 def version @version end |