Class: OBS::WebSocket::Protocol::Responses::CreateSource

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

#item_idInteger (readonly)

Returns itemId field.

Returns:

  • (Integer)

    itemId field



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

def item_id; get_field("itemId", Types::Integer); end