Class: Rafflesia::Types::RelationReleasesSchemaStatus

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

Constant Summary collapse

CURRENT =
'current'
OUTDATED =
'outdated'
VALUE_ALL =
'all'
ALL =
[CURRENT, OUTDATED, VALUE_ALL].freeze