Module: CassandraModel::RecordDebug

Included in:
Record
Defined in:
lib/cassandra_model/record_debug.rb

Defined Under Namespace

Classes: DebugDump

Instance Method Summary collapse

Instance Method Details

#debugObject



13
14
15
16
17
18
19
20
21
22
23
# File 'lib/cassandra_model/record_debug.rb', line 13

def debug
  DebugDump.new(
      self,
      self.class,
      self.class.table,
      self.class.send(:table_config),
      self.class.send(:table_data),
      attributes,
      internal_attributes,
  )
end