Class: Rafflesia::Types::DatabaseJoinDriftRowObservationChange

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/database_join_drift_row_observation_change.rb

Constant Summary collapse

UNCHANGED =
'unchanged'
GAINED =
'gained'
LOST =
'lost'
ALL =
[UNCHANGED, GAINED, LOST].freeze