Class: OBS::WebSocket::Protocol::Responses::CreateSource
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::CreateSource
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#item_id ⇒ Integer
readonly
itemIdfield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#item_id ⇒ Integer (readonly)
Returns itemId field.
3623 |
# File 'lib/obs/websocket/protocol.rb', line 3623 def item_id; get_field("itemId", Types::Integer); end |