Sha256: 84038250b06c02cb0680d1b0809280eec40bc4f864fba40d0622b5cc7e54ec93

Contents?: true

Size: 470 Bytes

Versions: 10

Compression:

Stored size: 470 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
    WATCHED_INDICATOR_SERVERS = [
      'https://plex.tv/api/v2'
    ].freeze
  
    # WatchedIndicator - Whether or not media watched indicators are enabled (little orange dot on media)
    class WatchedIndicator < T::Enum
      enums do
        DISABLE = new(0)
        ENABLE = new(1)
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
plex_ruby_sdk-0.7.7 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.3 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.2 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.1 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.7.0 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.5.1 lib/plex_ruby_sdk/models/operations/watchedindicator.rb
plex_ruby_sdk-0.5.0 lib/plex_ruby_sdk/models/operations/watchedindicator.rb