class OBS::WebSocket::Protocol::Events::SourceRenamed

Public Instance Methods

new_name() click to toggle source

@!attribute [r] new_name @return [String] newName field

# File lib/obs/websocket/protocol.rb, line 438
def new_name; get_field("newName", Types::String); end
previous_name() click to toggle source

@!attribute [r] previous_name @return [String] previousName field

# File lib/obs/websocket/protocol.rb, line 435
def previous_name; get_field("previousName", Types::String); end
source_type() click to toggle source

@!attribute [r] source_type @return [String] sourceType field

# File lib/obs/websocket/protocol.rb, line 441
def source_type; get_field("sourceType", Types::String); end