Class: MongoMapper::MigrationProxy
- Inherits:
-
Object
- Object
- MongoMapper::MigrationProxy
- Defined in:
- lib/mongrations/migration_proxy.rb
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.
6 7 8 |
# File 'lib/mongrations/migration_proxy.rb', line 6 def filename @filename end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/mongrations/migration_proxy.rb', line 6 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
6 7 8 |
# File 'lib/mongrations/migration_proxy.rb', line 6 def version @version end |