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