class OBS::WebSocket::Protocol::Events::ProfileChanged

Public Instance Methods

profile() click to toggle source

@!attribute [r] profile @return [String] profile field

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