Module: Moribus::TrackedBehavior::ClassMethods

Defined in:
lib/moribus/tracked_behavior.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#preceding_key_columnObject (readonly)

Return the column (attribute). Its value is used as a storage for previous record id.



17
18
19
# File 'lib/moribus/tracked_behavior.rb', line 17

def preceding_key_column
  @preceding_key_column
end