Class: CassandraModel::RecordDebug::DebugDump
- Inherits:
-
Struct
- Object
- Struct
- CassandraModel::RecordDebug::DebugDump
- Defined in:
- lib/cassandra_model/record_debug.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#internal_attributes ⇒ Object
Returns the value of attribute internal_attributes.
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#record ⇒ Object
Returns the value of attribute record.
-
#table ⇒ Object
Returns the value of attribute table.
-
#table_config ⇒ Object
Returns the value of attribute table_config.
-
#table_data ⇒ Object
Returns the value of attribute table_data.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def attributes @attributes end |
#internal_attributes ⇒ Object
Returns the value of attribute internal_attributes
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def internal_attributes @internal_attributes end |
#klass ⇒ Object
Returns the value of attribute klass
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def klass @klass end |
#record ⇒ Object
Returns the value of attribute record
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def record @record end |
#table ⇒ Object
Returns the value of attribute table
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def table @table end |
#table_config ⇒ Object
Returns the value of attribute table_config
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def table_config @table_config end |
#table_data ⇒ Object
Returns the value of attribute table_data
3 4 5 |
# File 'lib/cassandra_model/record_debug.rb', line 3 def table_data @table_data end |