Class: Wal::DeleteEvent

Inherits:
Object
  • Object
show all
Includes:
ChangeEvent, TableName
Defined in:
lib/wal.rb

Instance Method Summary collapse

Methods included from ChangeEvent

#attribute, #attribute_changes, #attribute_was, #changed_attribute?

Methods included from TableName

#full_table_name

Instance Method Details

#diffObject



93
94
95
# File 'lib/wal.rb', line 93

def diff
  old.transform_values { |val| [val, nil] }
end