Class: OBS::WebSocket::Protocol::Events::SourceRenamed
- Inherits:
-
OBS::WebSocket::Protocol::Event
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Event
- OBS::WebSocket::Protocol::Events::SourceRenamed
- Defined in:
- lib/obs/websocket/protocol.rb
Instance Attribute Summary collapse
-
#new_name ⇒ String
readonly
newName
field. -
#previous_name ⇒ String
readonly
previousName
field. -
#source_type ⇒ String
readonly
sourceType
field.
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
#new_name ⇒ String (readonly)
Returns newName
field.
438 |
# File 'lib/obs/websocket/protocol.rb', line 438 def new_name; get_field("newName", Types::String); end |