Class: CassandraModel::RecordDebug::DebugDump

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



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

def attributes
  @attributes
end

#internal_attributesObject

Returns the value of attribute internal_attributes

Returns:

  • (Object)

    the current value of internal_attributes



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

def internal_attributes
  @internal_attributes
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



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

def klass
  @klass
end

#recordObject

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



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

def record
  @record
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



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

def table
  @table
end

#table_configObject

Returns the value of attribute table_config

Returns:

  • (Object)

    the current value of table_config



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

def table_config
  @table_config
end

#table_dataObject

Returns the value of attribute table_data

Returns:

  • (Object)

    the current value of table_data



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

def table_data
  @table_data
end