Class: OBS::WebSocket::Protocol::Responses::GetMute

Inherits:
OBS::WebSocket::Protocol::Response show all
Defined in:
lib/obs/websocket/protocol.rb

Overview

Instance Attribute Summary collapse

Method Summary

Methods inherited from OBS::WebSocket::Protocol::Response

#initialize, #to_h

Constructor Details

This class inherits a constructor from OBS::WebSocket::Protocol::Response

Instance Attribute Details

#mutedBoolean (readonly)

Returns muted field.

Returns:

  • (Boolean)

    muted field



3697
# File 'lib/obs/websocket/protocol.rb', line 3697

def muted; get_field("muted", Types::Boolean); end

#nameString (readonly)

Returns name field.

Returns:

  • (String)

    name field



3694
# File 'lib/obs/websocket/protocol.rb', line 3694

def name; get_field("name", Types::String); end