Class: CassandraModel::Record::ConfigureableAttributes
- Inherits:
-
Struct
- Object
- Struct
- CassandraModel::Record::ConfigureableAttributes
- 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
-
#async_deferred_column_readers ⇒ Object
Returns the value of attribute async_deferred_column_readers.
-
#async_deferred_column_writers ⇒ Object
Returns the value of attribute async_deferred_column_writers.
-
#batch_type ⇒ Object
Returns the value of attribute batch_type.
-
#before_save_callbacks ⇒ Object
Returns the value of attribute before_save_callbacks.
-
#composite_defaults ⇒ Object
Returns the value of attribute composite_defaults.
-
#connection_name ⇒ Object
Returns the value of attribute connection_name.
-
#deferred_column_readers ⇒ Object
Returns the value of attribute deferred_column_readers.
-
#deferred_column_writers ⇒ Object
Returns the value of attribute deferred_column_writers.
-
#deferred_columns ⇒ Object
Returns the value of attribute deferred_columns.
-
#display_attributes ⇒ Object
Returns the value of attribute display_attributes.
-
#read_consistency ⇒ Object
Returns the value of attribute read_consistency.
-
#serial_consistency ⇒ Object
Returns the value of attribute serial_consistency.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
-
#write_consistency ⇒ Object
Returns the value of attribute write_consistency.
Instance Attribute Details
#async_deferred_column_readers ⇒ Object
Returns the value of attribute async_deferred_column_readers
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def async_deferred_column_readers @async_deferred_column_readers end |
#async_deferred_column_writers ⇒ Object
Returns the value of attribute async_deferred_column_writers
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def async_deferred_column_writers @async_deferred_column_writers end |
#batch_type ⇒ Object
Returns the value of attribute batch_type
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def batch_type @batch_type end |
#before_save_callbacks ⇒ Object
Returns the value of attribute before_save_callbacks
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def before_save_callbacks @before_save_callbacks end |
#composite_defaults ⇒ Object
Returns the value of attribute composite_defaults
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def composite_defaults @composite_defaults end |
#connection_name ⇒ Object
Returns the value of attribute connection_name
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def connection_name @connection_name end |
#deferred_column_readers ⇒ Object
Returns the value of attribute deferred_column_readers
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def deferred_column_readers @deferred_column_readers end |
#deferred_column_writers ⇒ Object
Returns the value of attribute deferred_column_writers
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def deferred_column_writers @deferred_column_writers end |
#deferred_columns ⇒ Object
Returns the value of attribute deferred_columns
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def deferred_columns @deferred_columns end |
#display_attributes ⇒ Object
Returns the value of attribute display_attributes
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def display_attributes @display_attributes end |
#read_consistency ⇒ Object
Returns the value of attribute read_consistency
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def read_consistency @read_consistency end |
#serial_consistency ⇒ Object
Returns the value of attribute serial_consistency
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def serial_consistency @serial_consistency end |
#table_name ⇒ Object
Returns the value of attribute table_name
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def table_name @table_name end |
#write_consistency ⇒ Object
Returns the value of attribute write_consistency
33 34 35 |
# File 'lib/cassandra_model/record.rb', line 33 def write_consistency @write_consistency end |