Class: OBS::WebSocket::Protocol::Responses::GetFilenameFormatting

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

#filename_formattingString (readonly)

Returns filename-formatting field.

Returns:

  • (String)

    filename-formatting field



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

def filename_formatting; get_field("filename-formatting", Types::String); end