Class: OBS::WebSocket::Protocol::Responses::GetCurrentTransition
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetCurrentTransition
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#duration ⇒ Integer?
readonly
durationfield. -
#name ⇒ String
readonly
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
#duration ⇒ Integer? (readonly)
Returns duration field.
4518 |
# File 'lib/obs/websocket/protocol.rb', line 4518 def duration; get_field("duration", Types::Optional[Types::Integer]); end |
#name ⇒ String (readonly)
Returns name field.
4515 |
# File 'lib/obs/websocket/protocol.rb', line 4515 def name; get_field("name", Types::String); end |