Class: MongoMapper::MigrationProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/mongrations/migration_proxy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#filenameObject

Returns the value of attribute filename.



6
7
8
# File 'lib/mongrations/migration_proxy.rb', line 6

def filename
  @filename
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/mongrations/migration_proxy.rb', line 6

def name
  @name
end

#versionObject

Returns the value of attribute version.



6
7
8
# File 'lib/mongrations/migration_proxy.rb', line 6

def version
  @version
end