Sha256: 6742a80c1d3fa157dddf2ef522fbbbd9cfddd2e712d023a82de5c2b9bdc8e947

Contents?: true

Size: 693 Bytes

Versions: 6

Compression:

Stored size: 693 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
  
    # GetLibraryItemsShowOrdering - Setting that indicates the episode ordering for the show.
    # None = Library default,
    # tmdbAiring = The Movie Database (Aired),
    # aired = TheTVDB (Aired),
    # dvd = TheTVDB (DVD),
    # absolute = TheTVDB (Absolute)).
    # 
    class GetLibraryItemsShowOrdering < T::Enum
      enums do
        NONE = new('None')
        TMDB_AIRING = new('tmdbAiring')
        TVDB_AIRED = new('aired')
        TVDB_DVD = new('dvd')
        TVDB_ABSOLUTE = new('absolute')
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
plex_ruby_sdk-0.7.3 lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
plex_ruby_sdk-0.7.2 lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb
plex_ruby_sdk-0.7.1 lib/plex_ruby_sdk/models/operations/get_library_items_showordering.rb