Class: Rafflesia::Types::RelationReleaseUnavailableReason

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

Constant Summary collapse

RELATION_NOT_POPULATED =
'relation_not_populated'
RELEASE_NOT_SEALED =
'release_not_sealed'
RELATION_SCHEMA_OUTDATED =
'relation_schema_outdated'
ALL =
[RELATION_NOT_POPULATED, RELEASE_NOT_SEALED, RELATION_SCHEMA_OUTDATED].freeze