Class: CassandraModel::Record::Attributes
- Inherits:
-
Struct
- Object
- Struct
- CassandraModel::Record::Attributes
- Defined in:
- lib/cassandra_model/record.rb
Instance Attribute Summary collapse
-
#cassandra_columns ⇒ Object
Returns the value of attribute cassandra_columns.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#composite_ck_map ⇒ Object
Returns the value of attribute composite_ck_map.
-
#composite_clustering_columns ⇒ Object
Returns the value of attribute composite_clustering_columns.
-
#composite_columns ⇒ Object
Returns the value of attribute composite_columns.
-
#composite_partition_key ⇒ Object
Returns the value of attribute composite_partition_key.
-
#composite_pk_map ⇒ Object
Returns the value of attribute composite_pk_map.
-
#composite_primary_key ⇒ Object
Returns the value of attribute composite_primary_key.
-
#composite_shard_key ⇒ Object
Returns the value of attribute composite_shard_key.
-
#counter_columns ⇒ Object
Returns the value of attribute counter_columns.
-
#internal_defaults ⇒ Object
Returns the value of attribute internal_defaults.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#cassandra_columns ⇒ Object
Returns the value of attribute cassandra_columns
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def cassandra_columns @cassandra_columns end |
#columns ⇒ Object
Returns the value of attribute columns
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def columns @columns end |
#composite_ck_map ⇒ Object
Returns the value of attribute composite_ck_map
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_ck_map @composite_ck_map end |
#composite_clustering_columns ⇒ Object
Returns the value of attribute composite_clustering_columns
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_clustering_columns @composite_clustering_columns end |
#composite_columns ⇒ Object
Returns the value of attribute composite_columns
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_columns @composite_columns end |
#composite_partition_key ⇒ Object
Returns the value of attribute composite_partition_key
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_partition_key @composite_partition_key end |
#composite_pk_map ⇒ Object
Returns the value of attribute composite_pk_map
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_pk_map @composite_pk_map end |
#composite_primary_key ⇒ Object
Returns the value of attribute composite_primary_key
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_primary_key @composite_primary_key end |
#composite_shard_key ⇒ Object
Returns the value of attribute composite_shard_key
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def composite_shard_key @composite_shard_key end |
#counter_columns ⇒ Object
Returns the value of attribute counter_columns
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def counter_columns @counter_columns end |
#internal_defaults ⇒ Object
Returns the value of attribute internal_defaults
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def internal_defaults @internal_defaults end |
#table ⇒ Object
Returns the value of attribute table
14 15 16 |
# File 'lib/cassandra_model/record.rb', line 14 def table @table end |