Sha256: c2e422117834ab2b97a9d0da770064a4248c300686fa11a40a784e74671ee9c5

Contents?: true

Size: 403 Bytes

Versions: 5

Compression:

Stored size: 403 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module PlexRubySDK
  module Operations
    PENDING_SERVERS = [
      'https://plex.tv/api'
    ].freeze
  
    # Pending - Indicates if the server is pending approval.
    class Pending < 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/pending.rb
plex_ruby_sdk-0.7.6 lib/plex_ruby_sdk/models/operations/pending.rb
plex_ruby_sdk-0.7.5 lib/plex_ruby_sdk/models/operations/pending.rb
plex_ruby_sdk-0.7.4 lib/plex_ruby_sdk/models/operations/pending.rb
plex_ruby_sdk-0.7.3 lib/plex_ruby_sdk/models/operations/pending.rb