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
permalink #cassandra_columns ⇒ Object
Returns the value of attribute cassandra_columns
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def cassandra_columns @cassandra_columns end |
permalink #columns ⇒ Object
Returns the value of attribute columns
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def columns @columns end |
permalink #composite_ck_map ⇒ Object
Returns the value of attribute composite_ck_map
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_ck_map @composite_ck_map end |
permalink #composite_clustering_columns ⇒ Object
Returns the value of attribute composite_clustering_columns
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_clustering_columns @composite_clustering_columns end |
permalink #composite_columns ⇒ Object
Returns the value of attribute composite_columns
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_columns @composite_columns end |
permalink #composite_partition_key ⇒ Object
Returns the value of attribute composite_partition_key
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_partition_key @composite_partition_key end |
permalink #composite_pk_map ⇒ Object
Returns the value of attribute composite_pk_map
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_pk_map @composite_pk_map end |
permalink #composite_primary_key ⇒ Object
Returns the value of attribute composite_primary_key
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_primary_key @composite_primary_key end |
permalink #composite_shard_key ⇒ Object
Returns the value of attribute composite_shard_key
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def composite_shard_key @composite_shard_key end |
permalink #counter_columns ⇒ Object
Returns the value of attribute counter_columns
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def counter_columns @counter_columns end |
permalink #internal_defaults ⇒ Object
Returns the value of attribute internal_defaults
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def internal_defaults @internal_defaults end |
permalink #table ⇒ Object
Returns the value of attribute table
13 14 15 |
# File 'lib/cassandra_model/record.rb', line 13 def table @table end |