Class: OBS::WebSocket::Protocol::Responses::GetCurrentSceneCollection
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetCurrentSceneCollection
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#sc_name ⇒ String
readonly
sc-namefield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#sc_name ⇒ String (readonly)
Returns sc-name field.
4198 |
# File 'lib/obs/websocket/protocol.rb', line 4198 def sc_name; get_field("sc-name", Types::String); end |