class OBS::WebSocket::Protocol::Responses::GetCurrentTransition
@see Requests::GetCurrentTransition
@see github.com/Palakis/obs-websocket/blob/4.9.1/docs/generated/protocol.md#getcurrenttransition
Public Instance Methods
duration()
click to toggle source
@!attribute [r] duration @return [Integer, nil] duration
field
# File lib/obs/websocket/protocol.rb, line 4518 def duration; get_field("duration", Types::Optional[Types::Integer]); end
name()
click to toggle source
@!attribute [r] name @return [String] name
field
# File lib/obs/websocket/protocol.rb, line 4515 def name; get_field("name", Types::String); end