Class: CassandraModel::TableDebug::Debug

Inherits:
Struct
  • Object
show all
Defined in:
lib/cassandra_model/table_debug.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allows_truncation?Object

Returns the value of attribute allows_truncation?

Returns:

  • (Object)

    the current value of allows_truncation?



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def allows_truncation?
  @allows_truncation?
end

#clustering_columnsObject

Returns the value of attribute clustering_columns

Returns:

  • (Object)

    the current value of clustering_columns



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def clustering_columns
  @clustering_columns
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def columns
  @columns
end

#connectionObject

Returns the value of attribute connection

Returns:

  • (Object)

    the current value of connection



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def connection
  @connection
end

#connection_nameObject

Returns the value of attribute connection_name

Returns:

  • (Object)

    the current value of connection_name



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def connection_name
  @connection_name
end

#first_tableObject

Returns the value of attribute first_table

Returns:

  • (Object)

    the current value of first_table



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def first_table
  @first_table
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def name
  @name
end

#partition_keyObject

Returns the value of attribute partition_key

Returns:

  • (Object)

    the current value of partition_key



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def partition_key
  @partition_key
end

#primary_keyObject

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def primary_key
  @primary_key
end

#rotating_scheduleObject

Returns the value of attribute rotating_schedule

Returns:

  • (Object)

    the current value of rotating_schedule



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def rotating_schedule
  @rotating_schedule
end

#rotating_tablesObject

Returns the value of attribute rotating_tables

Returns:

  • (Object)

    the current value of rotating_tables



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def rotating_tables
  @rotating_tables
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



3
4
5
# File 'lib/cassandra_model/table_debug.rb', line 3

def table
  @table
end