Sha256: d09b0c00393e743966b499e010963cf2a47f6c9309762c4c48b82192e6baedfc
Contents?: true
Size: 319 Bytes
Versions: 5
Compression:
Stored size: 319 Bytes
Contents
# frozen_string_literal: true module Telnyx class DynamicEmergencyEndpoint < APIResource extend Telnyx::APIOperations::List extend Telnyx::APIOperations::Create include Telnyx::APIOperations::Delete include Telnyx::APIOperations::Save OBJECT_NAME = "dynamic_emergency_endpoint".freeze end end
Version data entries
5 entries across 5 versions & 1 rubygems