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.
-
#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
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def async_deferred_column_readers @async_deferred_column_readers end |
#async_deferred_column_writers ⇒ Object
Returns the value of attribute 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_type ⇒ Object
Returns the value of attribute batch_type
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def batch_type @batch_type end |
#before_save_callbacks ⇒ Object
Returns the value of attribute before_save_callbacks
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def before_save_callbacks @before_save_callbacks end |
#composite_defaults ⇒ Object
Returns the value of attribute composite_defaults
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def composite_defaults @composite_defaults end |
#connection_name ⇒ Object
Returns the value of attribute connection_name
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def connection_name @connection_name end |
#deferred_column_readers ⇒ Object
Returns the value of attribute deferred_column_readers
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def deferred_column_readers @deferred_column_readers end |
#deferred_column_writers ⇒ Object
Returns the value of attribute deferred_column_writers
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def deferred_column_writers @deferred_column_writers end |
#deferred_columns ⇒ Object
Returns the value of attribute deferred_columns
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def deferred_columns @deferred_columns end |
#display_attributes ⇒ Object
Returns the value of attribute display_attributes
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def display_attributes @display_attributes end |
#read_consistency ⇒ Object
Returns the value of attribute read_consistency
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def read_consistency @read_consistency end |
#table_name ⇒ Object
Returns the value of attribute table_name
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def table_name @table_name end |
#write_consistency ⇒ Object
Returns the value of attribute write_consistency
32 33 34 |
# File 'lib/cassandra_model/record.rb', line 32 def write_consistency @write_consistency end |