Class: Rafflesia::Types::QueryJoinExplanationSafetyBasis

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

Constant Summary collapse

DECLARED_CONTRACT =
'declared_contract'
DECLARED_CONTRACT_AND_RELEASE_EVIDENCE =
'declared_contract_and_release_evidence'
EXPLICIT_UNVERIFIED_OVERRIDE =
'explicit_unverified_override'
NOT_ADMITTED =
'not_admitted'
ALL =
[DECLARED_CONTRACT, DECLARED_CONTRACT_AND_RELEASE_EVIDENCE, EXPLICIT_UNVERIFIED_OVERRIDE, NOT_ADMITTED].freeze