Class: CassandraObject::Schema::MigrationProxy

Inherits:
Object
  • Object
show all
Defined in:
lib/cassandra_object/schema/migration_proxy.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.



8
9
10
# File 'lib/cassandra_object/schema/migration_proxy.rb', line 8

def filename
  @filename
end

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/cassandra_object/schema/migration_proxy.rb', line 8

def name
  @name
end

#versionObject

Returns the value of attribute version.



8
9
10
# File 'lib/cassandra_object/schema/migration_proxy.rb', line 8

def version
  @version
end