Class: DIDWW::Resource::EmergencyVerification
- Includes:
- HasStatusHelpers
- Defined in:
- lib/didww/resource/emergency_verification.rb
Overview
Verification record for an emergency calling service, containing the address/DIDs being declared and the outcome of the compliance check.
Supported operations: index, show, create. Introduced in API 2026-04-16.
Server-side filters: emergency_calling_service.id, status.
Constant Summary collapse
- STATUS_PENDING =
'pending'- STATUS_APPROVED =
'approved'- STATUS_REJECTED =
'rejected'- STATUSES =
[ STATUS_PENDING, STATUS_APPROVED, STATUS_REJECTED ].freeze