Class: OBS::WebSocket::Protocol::Responses::GetCurrentProfile
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetCurrentProfile
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#profile_name ⇒ String
readonly
profile-namefield.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#profile_name ⇒ String (readonly)
Returns profile-name field.
4094 |
# File 'lib/obs/websocket/protocol.rb', line 4094 def profile_name; get_field("profile-name", Types::String); end |