Class: OBS::WebSocket::Protocol::Responses::GetRecordingFolder

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

#rec_folderString (readonly)

Returns rec-folder field.

Returns:

  • (String)

    rec-folder field



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

def rec_folder; get_field("rec-folder", Types::String); end