Sha256: 6466c71210f35546817d98731f210441b3f456f01961b8f897e28221696799e5

Contents?: true

Size: 311 Bytes

Versions: 14

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "outbound_voice_profile".freeze
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
telnyx-3.0.5 lib/telnyx/outbound_voice_profile.rb
telnyx-3.0.4 lib/telnyx/outbound_voice_profile.rb
telnyx-3.0.3 lib/telnyx/outbound_voice_profile.rb
telnyx-3.0.2 lib/telnyx/outbound_voice_profile.rb
telnyx-3.0.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.9.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.8.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.7.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.6.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.5.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.4.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.3.0 lib/telnyx/outbound_voice_profile.rb
telnyx-2.2.0 lib/telnyx/outbound_voice_profile.rb
telnyx-0.1.0 lib/telnyx/outbound_voice_profile.rb