Class: CouchbaseOrm::IndexMigrationContext::Migration

Inherits:
Struct
  • Object
show all
Defined in:
lib/couchbase-orm/index_migration_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



7
8
9
# File 'lib/couchbase-orm/index_migration_context.rb', line 7

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/couchbase-orm/index_migration_context.rb', line 7

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/couchbase-orm/index_migration_context.rb', line 7

def path
  @path
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



7
8
9
# File 'lib/couchbase-orm/index_migration_context.rb', line 7

def version
  @version
end