Class: Wal::InsertEvent

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



73
74
75
# File 'lib/wal.rb', line 73

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