class Yt::Annotations::Base
An abstract class with common attributes for every type of annotation.
Attributes
ends_at[R]
@return [Float] when the annotation disappears (in seconds).
link[R]
@return [Hash, nil] what the annotation links.
starts_at[R]
@return [Float] when the annotation appears (in seconds).
text[R]
@return [String] the text of the annotation.