Sha256: 813fee3b11ca013d1f2c3cad3d0daf48ce29bfbb3c68764da6158f6ae28c3150

Contents?: true

Size: 169 Bytes

Versions: 6

Compression:

Stored size: 169 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class RoomParticipant < APIResource
    extend APIOperations::List

    OBJECT_NAME = "room_participant".freeze
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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