Sha256: bb118720b460deaba99bdddf382486c12971d04a18f6598232d198c0e442481e

Contents?: true

Size: 466 Bytes

Versions: 16

Compression:

Stored size: 466 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
    LIBTYPE_SERVERS = [
      'https://metadata.provider.plex.tv'
    ].freeze
  
    # Libtype - The type of library to filter. Can be "movie" or "show", or all if not present.
    # 
    class Libtype < T::Enum
      enums do
        MOVIE = new('movie')
        SHOW = new('show')
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.3 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.2 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.1 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.7.0 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.5.1 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.5.0 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.4.2 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.4.1 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.4.0 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.3.6 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.3.5 lib/plex_ruby_sdk/models/operations/libtype.rb
plex_ruby_sdk-0.3.4 lib/plex_ruby_sdk/models/operations/libtype.rb