Class: CassandraModel::TableDebug::Debug
- Inherits:
-
Struct
- Object
- Struct
- CassandraModel::TableDebug::Debug
- Defined in:
- lib/cassandra_model/table_debug.rb
Instance Attribute Summary collapse
-
#allows_truncation? ⇒ Object
Returns the value of attribute allows_truncation?.
-
#clustering_columns ⇒ Object
Returns the value of attribute clustering_columns.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#connection ⇒ Object
Returns the value of attribute connection.
-
#connection_name ⇒ Object
Returns the value of attribute connection_name.
-
#first_table ⇒ Object
Returns the value of attribute first_table.
-
#name ⇒ Object
Returns the value of attribute name.
-
#partition_key ⇒ Object
Returns the value of attribute partition_key.
-
#primary_key ⇒ Object
Returns the value of attribute primary_key.
-
#rotating_schedule ⇒ Object
Returns the value of attribute rotating_schedule.
-
#rotating_tables ⇒ Object
Returns the value of attribute rotating_tables.
-
#table ⇒ Object
Returns the value of attribute table.
Instance Attribute Details
#allows_truncation? ⇒ Object
Returns the value of attribute allows_truncation?
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def allows_truncation? @allows_truncation? end |
#clustering_columns ⇒ Object
Returns the value of attribute clustering_columns
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def clustering_columns @clustering_columns end |
#columns ⇒ Object
Returns the value of attribute columns
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def columns @columns end |
#connection ⇒ Object
Returns the value of attribute connection
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def connection @connection end |
#connection_name ⇒ Object
Returns the value of attribute connection_name
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def connection_name @connection_name end |
#first_table ⇒ Object
Returns the value of attribute first_table
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def first_table @first_table end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def name @name end |
#partition_key ⇒ Object
Returns the value of attribute partition_key
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def partition_key @partition_key end |
#primary_key ⇒ Object
Returns the value of attribute primary_key
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def primary_key @primary_key end |
#rotating_schedule ⇒ Object
Returns the value of attribute rotating_schedule
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def rotating_schedule @rotating_schedule end |
#rotating_tables ⇒ Object
Returns the value of attribute rotating_tables
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def rotating_tables @rotating_tables end |
#table ⇒ Object
Returns the value of attribute table
3 4 5 |
# File 'lib/cassandra_model/table_debug.rb', line 3 def table @table end |