Class: OBS::WebSocket::Protocol::Responses::GetStats

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

#statsOBSStats (readonly)

Returns stats field.

Returns:

  • (OBSStats)

    stats field



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

def stats; get_field("stats", Types::OBSStats); end