struct
Obsctl::OBS::Protocol::RequestStatus
- Obsctl::OBS::Protocol::RequestStatus
- Struct
- Value
- Object
Overview
Status object nested inside obs-websocket RequestResponse frames.
Defined in:
obsctl/obs/protocol/response.crConstructors
Instance Method Summary
- #clone
- #code : Int32 | Nil
- #comment : String | Nil
- #copy_with(result _result = @result, code _code = @code, comment _comment = @comment)
- #result : Bool
Constructor Detail
Instance Method Detail
def copy_with(result _result = @result, code _code = @code, comment _comment = @comment)
#