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