Sha256: 7aabd1eb5db8bd7073d166a2876cd299e559eaabc9f9a5f9fc1802e3dcee19e3

Contents?: true

Size: 308 Bytes

Versions: 5

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "notification_channel".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telnyx-3.0.5 lib/telnyx/notification_channel.rb
telnyx-3.0.4 lib/telnyx/notification_channel.rb
telnyx-3.0.3 lib/telnyx/notification_channel.rb
telnyx-3.0.2 lib/telnyx/notification_channel.rb
telnyx-3.0.0 lib/telnyx/notification_channel.rb