Sha256: d75602b686714dcf55961792fe64943e765e7d801e3bc563866768d4b9289cc6

Contents?: true

Size: 423 Bytes

Versions: 5

Compression:

Stored size: 423 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
    ALLOW_CHANNELS_SERVERS = [
      'https://plex.tv/api'
    ].freeze
  
    # AllowChannels - Indicates if the user has access to channels.
    class AllowChannels < T::Enum
      enums do
        DISABLE = new(0)
        ENABLE = new(1)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/allowchannels.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/allowchannels.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/allowchannels.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/allowchannels.rb
plex_ruby_sdk-0.7.3 lib/plex_ruby_sdk/models/operations/allowchannels.rb