Class: OBS::WebSocket::Protocol::Responses::GetVersion
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetVersion
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#available_requests ⇒ String
readonly
available-requests
field. -
#obs_studio_version ⇒ String
readonly
obs-studio-version
field. -
#obs_websocket_version ⇒ String
readonly
obs-websocket-version
field. -
#supported_image_export_formats ⇒ String
readonly
supported-image-export-formats
field. -
#version ⇒ Float
readonly
version
field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#available_requests ⇒ String (readonly)
Returns available-requests
field.
3435 |
# File 'lib/obs/websocket/protocol.rb', line 3435 def available_requests; get_field("available-requests", Types::String); end |
#obs_studio_version ⇒ String (readonly)
Returns obs-studio-version
field.
3432 |
# File 'lib/obs/websocket/protocol.rb', line 3432 def obs_studio_version; get_field("obs-studio-version", Types::String); end |
#obs_websocket_version ⇒ String (readonly)
Returns obs-websocket-version
field.
3429 |
# File 'lib/obs/websocket/protocol.rb', line 3429 def obs_websocket_version; get_field("obs-websocket-version", Types::String); end |