Class: Retab::Types::ReviewEvaluationReviewDecision

Inherits:
Object
  • Object
show all
Defined in:
lib/retab/types/review_evaluation_review_decision.rb

Constant Summary collapse

APPROVED =
"approved"
REJECTED =
"rejected"
ALL =
[APPROVED, REJECTED].freeze