Sha256: 4e118a170b93f6022d7feef7c1761fd3f35c9ecff26d6c793ae163910cecefc4

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class TelephonyCredential < APIResource
    extend Telnyx::APIOperations::List
    extend Telnyx::APIOperations::Create
    include Telnyx::APIOperations::Save
    include Telnyx::APIOperations::Delete

    OBJECT_NAME = "telephony_credential".freeze
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telnyx-2.9.0 lib/telnyx/telephony_credential.rb
telnyx-2.8.0 lib/telnyx/telephony_credential.rb