Class: Rafflesia::Types::DatabaseJoinCandidatesKeyOverlapStatus
- Inherits:
-
Object
- Object
- Rafflesia::Types::DatabaseJoinCandidatesKeyOverlapStatus
- Defined in:
- lib/rafflesia/types/database_join_candidates_key_overlap_status.rb
Constant Summary collapse
- OVERLAP_OBSERVED =
'overlap_observed'- NO_OVERLAP_OBSERVED =
'no_overlap_observed'- ALL =
[OVERLAP_OBSERVED, NO_OVERLAP_OBSERVED].freeze