Class: OBS::WebSocket::Protocol::Responses::GetCurrentSceneCollection

Inherits:
OBS::WebSocket::Protocol::Response show all
Defined in:
lib/obs/websocket/protocol.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Response

#initialize, #to_h

Constructor Details

This class inherits a constructor from OBS::WebSocket::Protocol::Response

Instance Attribute Details

#sc_nameString (readonly)

Returns sc-name field.

Returns:

  • (String)

    sc-name field



4198
# File 'lib/obs/websocket/protocol.rb', line 4198

def sc_name; get_field("sc-name", Types::String); end