Class: CouchbaseOrm::IndexMigrationContext::Migration
- Inherits:
-
Struct
- Object
- Struct
- CouchbaseOrm::IndexMigrationContext::Migration
- Defined in:
- lib/couchbase-orm/index_migration_context.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
7 8 9 |
# File 'lib/couchbase-orm/index_migration_context.rb', line 7 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/couchbase-orm/index_migration_context.rb', line 7 def name @name end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/couchbase-orm/index_migration_context.rb', line 7 def path @path end |
#version ⇒ Object
Returns the value of attribute version
7 8 9 |
# File 'lib/couchbase-orm/index_migration_context.rb', line 7 def version @version end |