class Yt::Annotations::Title
A Title
annotation is like a Note
annotation with text, start/end time, but cannot have a link. It's simply overlay text.
Private Instance Methods
to_link(url)
click to toggle source
# File lib/yt/annotations/title.rb, line 9 def to_link(url) nil end