Sha256: 855f4affe295d5bd7c7bf8311a28400853b0d53d72b5053ae77d845c9c08e219
Contents?: true
Size: 440 Bytes
Versions: 16
Compression:
Stored size: 440 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # Tonight - Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install class Tonight < T::Enum enums do ZERO = new(0) ONE = new(1) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems