Sha256: dfa103671a8644fb95a1d9dcc7681ba87fdc378178508bbcbfad5e3183f5def6
Contents?: true
Size: 283 Bytes
Versions: 14
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true module Telnyx class CallControlApplication < APIResource extend APIOperations::List extend APIOperations::Create include APIOperations::Delete include APIOperations::Save OBJECT_NAME = "call_control_application".freeze end end
Version data entries
14 entries across 14 versions & 1 rubygems