class OBS::WebSocket::Protocol::Events::ProfileListChanged

Public Instance Methods

profiles() click to toggle source

@!attribute [r] profiles @return [Array<Hash>] profiles field

# File lib/obs/websocket/protocol.rb, line 174
def profiles; get_field("profiles", Types::Array[Types::Object[{:name=>{:type=>Types::String, :json_name=>"name"}}]]); end