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