Class: Rafflesia::Types::DatabaseJoinCoverageRowObservationStatus

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

Constant Summary collapse

NOT_OBSERVED =
'not_observed'
OBSERVED =
'observed'
ALL =
[NOT_OBSERVED, OBSERVED].freeze