mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-07 04:20:54 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.4
This commit is contained in:
@@ -5,14 +5,16 @@
|
||||
|
||||
|
||||
module PlexRubySDK
|
||||
module Operations
|
||||
|
||||
# State - The state of the media item
|
||||
class State < T::Enum
|
||||
enums do
|
||||
PLAYING = new('playing')
|
||||
PAUSED = new('paused')
|
||||
STOPPED = new('stopped')
|
||||
module Models
|
||||
module Operations
|
||||
|
||||
# State - The state of the media item
|
||||
class State < T::Enum
|
||||
enums do
|
||||
PLAYING = new('playing')
|
||||
PAUSED = new('paused')
|
||||
STOPPED = new('stopped')
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user