class OBS::WebSocket::Protocol::Responses::GetStats
@see Requests::GetStats
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getstats
Public Instance Methods
stats()
click to toggle source
@!attribute [r] stats @return [OBSStats] stats
field
# File lib/obs/websocket/protocol.rb, line 3483 def stats; get_field("stats", Types::OBSStats); end