Class: CassandraObject::Schema::ColumnFamily
- Inherits:
-
Struct
- Object
- Struct
- CassandraObject::Schema::ColumnFamily
- Defined in:
- lib/cassandra_object/schema/migration.rb
Instance Attribute Summary collapse
-
#column_type ⇒ Object
Returns the value of attribute column_type.
-
#compaction_strategy ⇒ Object
Returns the value of attribute compaction_strategy.
-
#comparator_type ⇒ Object
Returns the value of attribute comparator_type.
-
#default_validation_class ⇒ Object
Returns the value of attribute default_validation_class.
-
#keyspace ⇒ Object
Returns the value of attribute keyspace.
-
#name ⇒ Object
Returns the value of attribute name.
-
#row_cache_provider ⇒ Object
Returns the value of attribute row_cache_provider.
-
#subcomparator_type ⇒ Object
Returns the value of attribute subcomparator_type.
Instance Attribute Details
#column_type ⇒ Object
Returns the value of attribute column_type
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def column_type @column_type end |
#compaction_strategy ⇒ Object
Returns the value of attribute compaction_strategy
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def compaction_strategy @compaction_strategy end |
#comparator_type ⇒ Object
Returns the value of attribute comparator_type
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def comparator_type @comparator_type end |
#default_validation_class ⇒ Object
Returns the value of attribute default_validation_class
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def default_validation_class @default_validation_class end |
#keyspace ⇒ Object
Returns the value of attribute keyspace
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def keyspace @keyspace end |
#name ⇒ Object
Returns the value of attribute name
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def name @name end |
#row_cache_provider ⇒ Object
Returns the value of attribute row_cache_provider
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def row_cache_provider @row_cache_provider end |
#subcomparator_type ⇒ Object
Returns the value of attribute subcomparator_type
106 107 108 |
# File 'lib/cassandra_object/schema/migration.rb', line 106 def subcomparator_type @subcomparator_type end |