Class: CassandraModel::Record::ConfigureableAttributes

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

Overview

Using this instead of OpenStruct, as there seems to be a bug in JRuby that causes this to get mangled over time

Instance Attribute Summary collapse

Instance Attribute Details

#async_deferred_column_readersObject

Returns the value of attribute async_deferred_column_readers

Returns:

  • (Object)

    the current value of async_deferred_column_readers



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def async_deferred_column_readers
  @async_deferred_column_readers
end

#async_deferred_column_writersObject

Returns the value of attribute async_deferred_column_writers

Returns:

  • (Object)

    the current value of async_deferred_column_writers



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def async_deferred_column_writers
  @async_deferred_column_writers
end

#batch_typeObject

Returns the value of attribute batch_type

Returns:

  • (Object)

    the current value of batch_type



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def batch_type
  @batch_type
end

#before_save_callbacksObject

Returns the value of attribute before_save_callbacks

Returns:

  • (Object)

    the current value of before_save_callbacks



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def before_save_callbacks
  @before_save_callbacks
end

#composite_defaultsObject

Returns the value of attribute composite_defaults

Returns:

  • (Object)

    the current value of composite_defaults



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def composite_defaults
  @composite_defaults
end

#connection_nameObject

Returns the value of attribute connection_name

Returns:

  • (Object)

    the current value of connection_name



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def connection_name
  @connection_name
end

#deferred_column_readersObject

Returns the value of attribute deferred_column_readers

Returns:

  • (Object)

    the current value of deferred_column_readers



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def deferred_column_readers
  @deferred_column_readers
end

#deferred_column_writersObject

Returns the value of attribute deferred_column_writers

Returns:

  • (Object)

    the current value of deferred_column_writers



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def deferred_column_writers
  @deferred_column_writers
end

#deferred_columnsObject

Returns the value of attribute deferred_columns

Returns:

  • (Object)

    the current value of deferred_columns



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def deferred_columns
  @deferred_columns
end

#display_attributesObject

Returns the value of attribute display_attributes

Returns:

  • (Object)

    the current value of display_attributes



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def display_attributes
  @display_attributes
end

#read_consistencyObject

Returns the value of attribute read_consistency

Returns:

  • (Object)

    the current value of read_consistency



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def read_consistency
  @read_consistency
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def table_name
  @table_name
end

#write_consistencyObject

Returns the value of attribute write_consistency

Returns:

  • (Object)

    the current value of write_consistency



32
33
34
# File 'lib/cassandra_model/record.rb', line 32

def write_consistency
  @write_consistency
end