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