mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
20 lines
300 B
Ruby
20 lines
300 B
Ruby
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
|
|
module OpenApiSDK
|
|
module ServerVariables
|
|
|
|
|
|
class ServerProtocol < T::Enum
|
|
enums do
|
|
HTTP = new('http')
|
|
HTTPS = new('https')
|
|
end
|
|
end
|
|
|
|
end
|
|
end
|