mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 20:57:45 +00:00
20 lines
379 B
Ruby
20 lines
379 B
Ruby
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
|
|
module OpenApiSDK
|
|
module ServerVariables
|
|
|
|
# ServerProtocol - The protocol to use when connecting to your plex server.
|
|
class ServerProtocol < T::Enum
|
|
enums do
|
|
HTTP = new('http')
|
|
HTTPS = new('https')
|
|
end
|
|
end
|
|
|
|
end
|
|
end
|