Sha256: 414c7ffd428b745d9b25ce472f5436d056695cb8d779eb6c17a980e770c855a7

Contents?: true

Size: 236 Bytes

Versions: 5

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

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

    OBJECT_NAME = "room_composition".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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