class OBS::WebSocket::Protocol::Responses::GetCurrentProfile

@see Requests::GetCurrentProfile @see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getcurrentprofile

Public Instance Methods

profile_name() click to toggle source

@!attribute [r] profile_name @return [String] profile-name field

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