Class: OBS::WebSocket::Protocol::Events::BroadcastCustomMessage

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

#dataHash (readonly)

Returns data field.

Returns:

  • (Hash)

    data field



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

def data; get_field("data", Types::Object); end

#realmString (readonly)

Returns realm field.

Returns:

  • (String)

    realm field



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

def realm; get_field("realm", Types::String); end