Sha256: a0053136dbe5dd051110e32d017fa51875a047abfe87492b0d1c7efc773b8287

Contents?: true

Size: 425 Bytes

Versions: 5

Compression:

Stored size: 425 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
    ALL_LIBRARIES_SERVERS = [
      'https://plex.tv/api'
    ].freeze
  
    # AllLibraries - Indicates if the user has access to all libraries.
    class AllLibraries < 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/alllibraries.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/alllibraries.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/alllibraries.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/alllibraries.rb
plex_ruby_sdk-0.7.3 lib/plex_ruby_sdk/models/operations/alllibraries.rb