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