Class: OBS::WebSocket::Protocol::Responses::GetCurrentProfile

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

#profile_nameString (readonly)

Returns profile-name field.

Returns:

  • (String)

    profile-name field



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

def profile_name; get_field("profile-name", Types::String); end