Sha256: 7f270351277db7a2a1a0a6552a524fdf12c9656da014dd0edb513910779cbda6

Contents?: true

Size: 259 Bytes

Versions: 5

Compression:

Stored size: 259 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "recording".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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