Class: DIDWW::Resource::EmergencyVerification

Inherits:
Base
  • Object
show all
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

Method Summary

Methods included from HasStatusHelpers

included

Methods inherited from Base

#as_json_api