Sha256: e863d54e06d476e6991da3a185adf128866bbc1e498ad43b8bcde4c049ef7dc8
Contents?: true
Size: 320 Bytes
Versions: 16
Compression:
Stored size: 320 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module PlexRubySDK module Operations # Smart - whether the playlist is smart or not class Smart < T::Enum enums do ZERO = new(0) ONE = new(1) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems