Class: OBS::WebSocket::Protocol::Events::ProfileListChanged

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Event

create, #initialize, json_name, #rec_timecode, #stream_timecode, #to_h, #update_type

Constructor Details

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

Instance Attribute Details

#profilesArray<Hash> (readonly)

Returns profiles field.

Returns:

  • (Array<Hash>)

    profiles field



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

def profiles; get_field("profiles", Types::Array[Types::Object[{:name=>{:type=>Types::String, :json_name=>"name"}}]]); end